|
From: Nicholas N. <nj...@ca...> - 2004-09-11 23:07:27
|
CVS commit by nethercote:
vg_replace_malloc.c doesn't need to be included in "make dist", because it's
generated from vg_replace_malloc.c.base.
M +1 -2 Makefile.am 1.85
--- valgrind/coregrind/Makefile.am #1.84:1.85
@@ -24,6 +24,5 @@
vg_libpthread.vs valgrind.vs \
gen_toolint.pl toolfuncs.def \
- gen_intercepts.pl vg_replace_malloc.c.base vg_intercept.c.base \
- vg_replace_malloc.c
+ gen_intercepts.pl vg_replace_malloc.c.base vg_intercept.c.base
BUILT_SOURCES = vg_toolint.c vg_toolint.h
|