|
From: Nicholas N. <nj...@ca...> - 2004-02-05 14:28:00
|
CVS commit by nethercote:
Fix broken "make dist".
Doesn't fix "make distcheck", however, because this happens:
/usr/bin/ld: cannot open linker script file ../../coregrind/x86/stage2.lds:
No such file or directory
For some reason I can't work out, that file is built when you make in a CVS
tree, or manually from a "make dist" tarball, but not when you "make
distcheck".
M +1 -1 Makefile.am 1.66
M +0 -1 x86/Makefile.am 1.5
--- valgrind/coregrind/Makefile.am #1.65:1.66
@@ -1,4 +1,4 @@
-SUBDIRS = x86 demangle . docs
+SUBDIRS = x86 demangle arch . docs
add_includes = -I$(srcdir)/demangle -I$(top_srcdir)/include -I$(srcdir)/x86
--- valgrind/coregrind/x86/Makefile.am #1.4:1.5
@@ -3,5 +3,4 @@
EXTRA_DIST = \
- Make.inc \
ume_archdefs.c \
ume_archdefs.h \
|