Browse Source

Update.

* Makefile: Add GNU make magic.
cvs/glibc-2-2-branch
Ulrich Drepper 26 years ago
parent
commit
c8d3281732
  1. 2
      ChangeLog
  2. 3
      Makefile

2
ChangeLog

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

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

Loading…
Cancel
Save