diff options
Diffstat (limited to 'lib/libforms/Makefile')
| -rw-r--r-- | lib/libforms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libforms/Makefile b/lib/libforms/Makefile index 580fd7ae6ba8..36b0c4f88f83 100644 --- a/lib/libforms/Makefile +++ b/lib/libforms/Makefile @@ -7,7 +7,7 @@ SRCS = debug.c bindings.c parser.y lex.l forms.c objects.c ncurses.c CFLAGS += -I. -I${.CURDIR} -DHASH_STATS #-g -DDEBUG -Wall -ansi -pedantic -Dlint LDFLAGS += -ll -CLEANFILES+= lex.c parser.c parser.tab.h +CLEANFILES+= lex.c parser.c y.tab.h beforeinstall: @(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \ |
