fix dependency builds. Since we've got something to run a depend build

on, by all means _do it_, rather than not doing it.  Also (unrelated
problem) make the built .c file gets removed when cleaning.
This commit is contained in:
cgd 1996-12-23 00:19:05 +00:00
parent 468d71d6f9
commit 119b0ec653
1 changed files with 6 additions and 0 deletions

View File

@ -1,7 +1,13 @@
# $NetBSD: Makefile,v 1.3 1996/12/23 00:19:05 cgd Exp $
PROG= gspahextoc
SRCS= gspahextoc.l
NOMAN= noman
LDADD= -ll
DPADD= ${LIBL}
CLEANFILES+= gspahextoc.c
.include <bsd.prog.mk>
.depend: gspahextoc.c