|
From: Dirk M. <mu...@kd...> - 2003-11-04 11:49:39
|
CVS commit by mueller:
add a horrible kludge to fix "make dist"
M +1 -1 Makefile.am 1.55.2.1
M +1 -1 vg_startup.S 1.16.2.2
--- valgrind/coregrind/Makefile.am #1.55:1.55.2.1
@@ -7,5 +7,5 @@
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -O -fomit-frame-pointer \
@PREFERRED_STACK_BOUNDARY@ -g
-AM_CCASFLAGS = $(add_includes)
+AM_CCASFLAGS = -I$(top_builddir) -I$(top_srcdir) $(add_includes)
valdir = $(libdir)/valgrind
--- valgrind/coregrind/vg_startup.S #1.16.2.1:1.16.2.2
@@ -31,5 +31,5 @@
#include "vg_constants.h"
-#include "../config.h"
+#include "config.h"
|