* Makefile.in (.c.x): Simplify; there's no need to run this rule
authorJim Blandy <jimb@red-bean.com>
Thu, 5 Sep 1996 19:31:15 +0000 (19:31 +0000)
committerJim Blandy <jimb@red-bean.com>
Thu, 5 Sep 1996 19:31:15 +0000 (19:31 +0000)
when scmconfig.h doesn't exist.

libguile/Makefile.in

index 8bb84c0..ad6c810 100644 (file)
@@ -390,17 +390,7 @@ manifest = $(ancillary) $(c_sources)
 .SUFFIXES: .o .c .h .ps .dvi .info .texinfo .scm .x
 
 .c.x:
-       if test ! -escmconfig.h ; then \
-         touch scmconfig.h; \
-         fake_scmconfig=1; \
-       else \
-         fake_scmconfig=0; \
-       fi; \
-       $(CC) -DSCM_MAGIC_SNARFER -E $< | grep "^%%%" | sed -e "s/^%%%//" > $@ ; \
-       if test $$fake_scmconfig -eq 1 ; then \
-         rm scmconfig.h; \
-       else : ; \
-       fi
+       $(CC) -DSCM_MAGIC_SNARFER -E $< | grep "^%%%" | sed -e "s/^%%%//" > $@
 
 .PHONY: all
 all: libguile.a