From 36c304580b49ea6ce445a68ac77b08405b983275 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 4 Oct 2008 11:13:48 -0400 Subject: Make it possible to pass extra CFLAGS and LDFLAGS by passing them on the command line before calling makefiles --- replace/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'replace') diff --git a/replace/Makefile.in b/replace/Makefile.in index 65f8125ef..0986d601a 100644 --- a/replace/Makefile.in +++ b/replace/Makefile.in @@ -15,8 +15,8 @@ LIBS = @LIBS@ .PHONY: test all showflags install installcheck clean distclean realdistclean -CFLAGS=-I. @CFLAGS@ -LDFLAGS=@LDFLAGS@ +CFLAGS += -I. @CFLAGS@ +LDFLAGS += @LDFLAGS@ OBJS = @LIBREPLACEOBJ@ -- cgit