mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
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:
parent
2af7ed5cb3
commit
1765d260ce
1 changed files with 10 additions and 1 deletions
|
@ -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::
|
||||
|
|
Loading…
Reference in a new issue