From bd21a62089e1fbcd80ac7888ce2b712caf5cf0ca Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 5 Sep 2008 11:17:23 +0000 Subject: Tidy up CFLAGS/LDFLAGS svn path=/trunk/libparserutils/; revision=5249 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e4de9b9..680b2f3 100644 --- a/Makefile +++ b/Makefile @@ -20,11 +20,11 @@ GENHTML := genhtml WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \ -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -Werror -pedantic -override CFLAGS += -std=c99 -D_BSD_SOURCE -I$(TOP)/include/ $(WARNFLAGS) +CFLAGS = -std=c99 -D_BSD_SOURCE -I$(TOP)/include/ $(WARNFLAGS) RELEASECFLAGS = $(CFLAGS) -DNDEBUG -O2 DEBUGCFLAGS = $(CFLAGS) -O0 -g ARFLAGS := -cru -override LDFLAGS += -L$(TOP)/ +LDFLAGS = -L$(TOP)/ CPFLAGS := RMFLAGS := -f -- cgit v1.2.3