mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* Makefile.in (.c.x): Compensate for Ultrix's broken Bourne shell:
every if must have an else, or else the whole command has a non-zero exit code whenever the if's condition is false.
This commit is contained in:
parent
b33b129567
commit
9edad2a0a0
1 changed files with 1 additions and 0 deletions
|
@ -392,6 +392,7 @@ manifest = $(ancillary) $(c_sources)
|
||||||
$(CC) $(ALL_CFLAGS) -I. -DSCM_MAGIC_SNARFER -E $< | grep "^%%%" | sed -e "s/^%%%//" > $@ ; \
|
$(CC) $(ALL_CFLAGS) -I. -DSCM_MAGIC_SNARFER -E $< | grep "^%%%" | sed -e "s/^%%%//" > $@ ; \
|
||||||
if test $$fake_scmconfig -eq 1 ; then \
|
if test $$fake_scmconfig -eq 1 ; then \
|
||||||
rm scmconfig.h; \
|
rm scmconfig.h; \
|
||||||
|
else : ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue