From 509b7efc3e2ec84399a670d1f815391935f53b2f Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 24 Jan 1995 22:09:46 +0000 Subject: [PATCH] CFLAGS: = --> += --- lib/libforms/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libforms/Makefile b/lib/libforms/Makefile index 12b06e91dfc..f454766e397 100644 --- a/lib/libforms/Makefile +++ b/lib/libforms/Makefile @@ -2,7 +2,7 @@ LIB = forms SRCS = forms.c -CFLAGS = -I. -I${.CURDIR} -Wall +CFLAGS += -I. -I${.CURDIR} -Wall beforeinstall: @(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \