* Makefile: Add GNU make magic.
This commit is contained in:
Ulrich Drepper 2000-05-30 04:00:03 +00:00
parent 3846463e07
commit c8d3281732
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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)