summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-07-11 06:38:57 +0000
committerPaul Smith <psmith@gnu.org>2002-07-11 06:38:57 +0000
commit6c3dcbbf88e3ea6505d8f9d7015ca0fbcb3dc410 (patch)
tree24ff4cecaa8603feffa1ecf5ed82a4199a51d673 /remake.c
parent111503264cc0605b90f489ba83e59e4593daaa1a (diff)
downloadmake-6c3dcbbf88e3ea6505d8f9d7015ca0fbcb3dc410.tar.gz
Install Greg McGary's patches to port the id-utils hashing functions to
GNU make. Also he provides some other performance fixups after doing some profiling of make on large makefiles. Modify the test suite to allow the use of Valgrind to find memory problems.
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index fcefdc77..66c6d311 100644
--- a/remake.c
+++ b/remake.c
@@ -1,5 +1,6 @@
/* Basic dependency engine for GNU Make.
-Copyright (C) 1988,89,90,91,92,93,94,95,96,97,99 Free Software Foundation, Inc.
+Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999,
+2002 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify