From 576f92854331c90f779e721443dcd375e6851670 Mon Sep 17 00:00:00 2001 From: Wilfredo Sanchez Date: Tue, 26 Oct 1999 01:49:53 +0000 Subject: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such that one can override CFLAGS from the command line without losing CPP search patchs and defines. Some associated Makefile cleanup. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11876 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/verify/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tests/verify') diff --git a/src/tests/verify/Makefile.in b/src/tests/verify/Makefile.in index 137ef379c2..cb4d4bdbb1 100644 --- a/src/tests/verify/Makefile.in +++ b/src/tests/verify/Makefile.in @@ -2,7 +2,6 @@ thisconfigdir=./.. myfulldir=tests/verify mydir=verify BUILDTOP=$(REL)$(U)$(S)$(U) -CFLAGS = $(CCOPTS) $(DEFS) PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) -- cgit