mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-19 01:50:49 +00:00
fixup config recheeck to avoid recursion
This commit is contained in:
parent
23d6fea4b1
commit
8095873ae4
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ after-distclean::
|
||||||
config.make: config.make.in
|
config.make: config.make.in
|
||||||
if [ -x config.status ]; then \
|
if [ -x config.status ]; then \
|
||||||
./config.status --recheck; \
|
./config.status --recheck; \
|
||||||
|
touch config.make; \
|
||||||
else \
|
else \
|
||||||
./configure; \
|
./configure; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue