summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-30 04:00:03 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-30 04:00:03 +0000
commitc8d32817327775bebf1a207fed3de56d16cb6a7e (patch)
treef3497d4822a31d013aa34e9826a6a80207219497 /Makefile
parent3846463e0784dc1315ed07fcc9a604e12012b051 (diff)
Update.
* Makefile: Add GNU make magic.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6e4a7670ba..5cf82ebc95 100644
--- 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)