mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-22 19:31:19 +00:00
Add dependency on 'Version' and 'configure' to reconfigure if either changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@30412 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c79a73ea90
commit
f165cc7543
1 changed files with 2 additions and 2 deletions
|
@ -61,10 +61,10 @@ endif
|
|||
after-distclean::
|
||||
rm -f config.status config.log config.cache TAGS config.h config.make back.make
|
||||
|
||||
back.make: back.make.in
|
||||
back.make: back.make.in Version configure
|
||||
./configure
|
||||
|
||||
config.mak: config.mak.in
|
||||
config.mak: config.mak.in configure
|
||||
./configure
|
||||
|
||||
# Things to do before checking
|
||||
|
|
Loading…
Reference in a new issue