1
Fork 0
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:
Jim Blandy 1996-08-01 10:29:46 +00:00
parent b33b129567
commit 9edad2a0a0

View file

@ -392,6 +392,7 @@ manifest = $(ancillary) $(c_sources)
$(CC) $(ALL_CFLAGS) -I. -DSCM_MAGIC_SNARFER -E $< | grep "^%%%" | sed -e "s/^%%%//" > $@ ; \
if test $$fake_scmconfig -eq 1 ; then \
rm scmconfig.h; \
else : ; \
fi
.PHONY: all