mirror of git://sourceware.org/git/glibc.git
parent
3846463e07
commit
c8d3281732
|
|
@ -1,5 +1,7 @@
|
||||||
2000-05-29 Ulrich Drepper <drepper@redhat.com>
|
2000-05-29 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* Makefile: Add GNU make magic.
|
||||||
|
|
||||||
* inet/Makefile (CFLAGS-rcmd.c, CFLAGS-rexec.c, CFLAGS-ruserpass.c):
|
* inet/Makefile (CFLAGS-rcmd.c, CFLAGS-rexec.c, CFLAGS-ruserpass.c):
|
||||||
Removed.
|
Removed.
|
||||||
* inet/rcmd.c: Remove __P. Remove unused variables.
|
* inet/rcmd.c: Remove __P. Remove unused variables.
|
||||||
|
|
|
||||||
3
Makefile
3
Makefile
|
|
@ -47,6 +47,9 @@ mv -f $@.new $@
|
||||||
endef
|
endef
|
||||||
endif
|
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)
|
||||||
%/configure: %/configure.in aclocal.m4; $(autoconf-it)
|
%/configure: %/configure.in aclocal.m4; $(autoconf-it)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue