From: Julian Seward Date: Tue, 27 Jul 2004 10:43:34 +0000 (+0000) Subject: More build fixes. X-Git-Tag: svn/VALGRIND_3_0_1^2~1196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc9861ae93aa33934731dfdea2d11941e0ca89e9;p=thirdparty%2Fvalgrind.git More build fixes. git-svn-id: svn://svn.valgrind.org/vex/trunk@138 --- diff --git a/VEX/Makefile b/VEX/Makefile index a099fd1b3c..179740d532 100644 --- a/VEX/Makefile +++ b/VEX/Makefile @@ -29,7 +29,7 @@ PRIV_INCLUDES = -Ipriv CC = gcc341 -CCFLAGS = -g -Wall -Wshadow +CCFLAGS = -g -Wall -Wshadow $(EXTRA_CFLAGS) #CC = icc #CCFLAGS = -g -Wbrief -Wall -wd981 -wd279 -wd1287 -wd869 \ @@ -49,7 +49,7 @@ all: libvex.a (cd hacked104 && make install) vex: libvex.a test_main.o - $(CC) $(CCFLAGS) -o vex libvex.a test_main.o + $(CC) $(CCFLAGS) -o vex test_main.o libvex.a libvex.a: $(LIB_OBJS) rm -f libvex.a