* Makefile.in: Add directory dependencies to ensure ordering when using 'make
-jN'.
This commit is contained in:
parent
763f09b97d
commit
15d0cbd6df
|
@ -1,3 +1,8 @@
|
||||||
|
2001-11-03 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in: Add directory dependencies to ensure ordering when using
|
||||||
|
'make -jN'.
|
||||||
|
|
||||||
2001-11-03 Christopher Faylor <cgf@redhat.com>
|
2001-11-03 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* Makefile.common: Remove preferred-stack-boundary setting since gcc
|
* Makefile.common: Remove preferred-stack-boundary setting since gcc
|
||||||
|
|
|
@ -100,3 +100,19 @@ check: cygwin
|
||||||
sh ./config.status; \
|
sh ./config.status; \
|
||||||
fi; \
|
fi; \
|
||||||
$(MAKE) check
|
$(MAKE) check
|
||||||
|
|
||||||
|
utils: cygwin mingw
|
||||||
|
|
||||||
|
mingw: w32api
|
||||||
|
|
||||||
|
cygwin: w32api
|
||||||
|
|
||||||
|
cinstall: mingw
|
||||||
|
|
||||||
|
install_utils: cygwin mingw
|
||||||
|
|
||||||
|
install_mingw: w32api
|
||||||
|
|
||||||
|
install_cygwin: w32api
|
||||||
|
|
||||||
|
install_cinstall: mingw
|
||||||
|
|
Loading…
Reference in New Issue