Deleted Added
full compact
1c1
< # $Id: Makefile,v 1.7 1997/02/22 14:01:36 peter Exp $
---
> # $Id: Makefile,v 1.8 1997/08/07 21:42:01 steve Exp $
35,37c35,37
< @rm -f $@
< @echo '/* Do not edit this file, make creates it. */' > $@
< ${CC} -E ${CFLAGS} ${.CURDIR}/$*.c | egrep 'Char STR' | \
---
> @rm -f ${.TARGET}
> @echo '/* Do not edit this file, make creates it. */' > ${.TARGET}
> ${CC} -E ${CFLAGS} ${.ALLSRC} | egrep 'Char STR' | \
39c39
< sort >> $@
---
> sort >> ${.TARGET}