mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-10 21:47:06 +00:00
was present from before the core/skin split, which is now dead. Means the script is slightly simpler, and we can dispense with lots of expected foo.stderr.hd files. Also undid accidental change to required Automake version in main Makefile.am from my last commit, whoops. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1518
8 lines
156 B
Makefile
8 lines
156 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_SCRIPTS = filter_stderr
|
|
|
|
EXTRA_DIST = \
|
|
$(noinst_SCRIPTS) \
|
|
true.stderr.exp true.vgtest
|