Minor mod to Makefile
This commit is contained in:
parent
5a6d5d877f
commit
bf6f4f8a6e
|
@ -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 > $@
|
||||
|
|
Loading…
Reference in a new issue