From c8d32817327775bebf1a207fed3de56d16cb6a7e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 30 May 2000 04:00:03 +0000 Subject: Update. * Makefile: Add GNU make magic. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3