diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-30 04:00:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-30 04:00:03 +0000 |
commit | c8d32817327775bebf1a207fed3de56d16cb6a7e (patch) | |
tree | f3497d4822a31d013aa34e9826a6a80207219497 /Makefile | |
parent | 3846463e0784dc1315ed07fcc9a604e12012b051 (diff) | |
download | glibc-c8d32817327775bebf1a207fed3de56d16cb6a7e.zip glibc-c8d32817327775bebf1a207fed3de56d16cb6a7e.tar.gz glibc-c8d32817327775bebf1a207fed3de56d16cb6a7e.tar.bz2 |
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) |