Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 30 May 2000 04:00:03 +0000 (04:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 30 May 2000 04:00:03 +0000 (04:00 +0000)
* Makefile: Add GNU make magic.

ChangeLog
Makefile

index b85cddf..966759d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-05-29  Ulrich Drepper  <drepper@redhat.com>
 
+       * Makefile: Add GNU make magic.
+
        * inet/Makefile (CFLAGS-rcmd.c, CFLAGS-rexec.c, CFLAGS-ruserpass.c):
        Removed.
        * inet/rcmd.c: Remove __P.  Remove unused variables.
index 6e4a767..5cf82eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,9 @@ mv -f $@.new $@
 endef
 endif
 
+# We don't want to run anything here in parallel.
+.NOTPARALLEL:
+
 configure: configure.in aclocal.m4; $(autoconf-it)
 %/configure: %/configure.in aclocal.m4; $(autoconf-it)