mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Add dependency on 'Version' and 'configure' to reconfigure if either changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30412 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3cdbf7591f
commit
3ea29572c2
1 changed files with 2 additions and 2 deletions
|
@ -77,10 +77,10 @@ before-install:: $(DESTDIR)$(GNUSTEP_MAKEFILES)/Additional
|
|||
after-distclean::
|
||||
rm -f config.status config.log config.cache TAGS config.make gui.make
|
||||
|
||||
gui.make: gui.make.in
|
||||
gui.make: gui.make.in Version configure
|
||||
./configure
|
||||
|
||||
config.make: config.make.in
|
||||
config.make: config.make.in configure
|
||||
./configure
|
||||
|
||||
# Things to do before checking
|
||||
|
|
Loading…
Reference in a new issue