mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
Correctly run config.status again
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@38508 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
68892621e2
commit
cb6337d721
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-05-18 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* GNUmakefile.postamble
|
||||
Correctly run config.status again.
|
||||
|
||||
2015-05-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Documentation/news.texi:
|
||||
|
|
|
@ -63,14 +63,14 @@ after-distclean::
|
|||
|
||||
back.make: back.make.in Version configure
|
||||
if [ -x config.status ]; then \
|
||||
./config.status --recheck; \
|
||||
./config.status --recheck && ./config.status; \
|
||||
else \
|
||||
./configure; \
|
||||
fi
|
||||
|
||||
config.mak: config.mak.in configure
|
||||
if [ -x config.status ]; then \
|
||||
./config.status --recheck; \
|
||||
./config.status --recheck && ./config.status \
|
||||
else \
|
||||
./configure; \
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue