Minor mod to Makefile

This commit is contained in:
ceriel 1995-07-27 07:14:54 +00:00
parent 5a6d5d877f
commit bf6f4f8a6e

View file

@ -4,7 +4,7 @@ M4 = m4
all: EM_table cache.c
EM_table:
if [ -x /usr/ccs/lib/cpp ] ; then /usr/ccs/lib/cpp < EM_table.x -P | $(M4) | $(SED) -f cegpp > $@ ; else /lib/cpp < EM_table.x -P | $(M4) | $(SED) -f cegpp > $@ ; fi
if [ -x /usr/ccs/lib/cpp ] ; then /usr/ccs/lib/cpp -P < EM_table.x | $(M4) | $(SED) -f cegpp > $@ ; else /lib/cpp -P < EM_table.x | $(M4) | $(SED) -f cegpp > $@ ; fi
cache.c:
$(SED) -f cegpp cache.c.x > $@