diff options
author | 2000-05-30 04:00:03 +0000 | |
---|---|---|
committer | 2000-05-30 04:00:03 +0000 | |
commit | c8d32817327775bebf1a207fed3de56d16cb6a7e (patch) | |
tree | f3497d4822a31d013aa34e9826a6a80207219497 /Makefile | |
parent | Update. (diff) | |
download | glibc-c8d32817327775bebf1a207fed3de56d16cb6a7e.tar.xz glibc-c8d32817327775bebf1a207fed3de56d16cb6a7e.zip |
Update.
* Makefile: Add GNU make magic.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |