Remove gui.make on distclean; added rules to regenerate gui.make,

config.make and configure ... if you type `make' without having run
`./configure', it will now automatically do it for you


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11578 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-12-01 11:38:34 +00:00
parent 2af7ed5cb3
commit 1765d260ce

View file

@ -78,7 +78,16 @@ after-clean::
# Things to do after distcleaning
after-distclean:: remove-header-links
rm -f config.status config.log config.cache TAGS config.mak
rm -f config.status config.log config.cache TAGS config.mak gui.make
configure: configure.in
autoreconf
gui.make: gui.make.in
./configure
config.make: config.make.in
./configure
# Things to do before checking
# before-check::