mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-14 07:31:17 +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
|
||||
if [ -x config.status ]; then \
|
||||
./config.status --recheck; \
|
||||
touch config.make; \
|
||||
else \
|
||||
./configure; \
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue