* Makefile.in: Add directory dependencies to ensure ordering when using 'make

-jN'.
This commit is contained in:
Christopher Faylor 2001-11-04 03:42:19 +00:00
parent 763f09b97d
commit 15d0cbd6df
2 changed files with 21 additions and 0 deletions

View File

@ -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>
* Makefile.common: Remove preferred-stack-boundary setting since gcc

View File

@ -100,3 +100,19 @@ check: cygwin
sh ./config.status; \
fi; \
$(MAKE) check
utils: cygwin mingw
mingw: w32api
cygwin: w32api
cinstall: mingw
install_utils: cygwin mingw
install_mingw: w32api
install_cygwin: w32api
install_cinstall: mingw