From 9c7e60dfcc667bd51a950f997d37f9168bf02dab Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Sun, 22 Apr 2012 19:25:39 +0000 Subject: [PATCH] Fix makefile to allow compilation with gcc -g3. Part of fixing bugzilla #297993. Patch by Daniel Richard G. (skunk@iskunk.org). git-svn-id: svn://svn.valgrind.org/vex/trunk@2310 --- VEX/Makefile-gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VEX/Makefile-gcc b/VEX/Makefile-gcc index 76f7230478..43d0caf2fc 100644 --- a/VEX/Makefile-gcc +++ b/VEX/Makefile-gcc @@ -199,7 +199,7 @@ pub/libvex_guest_offsets.h: rm -f auxprogs/genoffsets.s $(CC) $(CCFLAGS) -O -S -o auxprogs/genoffsets.s \ auxprogs/genoffsets.c - grep xyzzy auxprogs/genoffsets.s | grep define \ + grep xyzzy auxprogs/genoffsets.s | grep "^#define" \ | sed "s/xyzzy\\$$//g" \ | sed "s/xyzzy#//g" \ | sed "s/xyzzy//g" \ -- 2.47.2