summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 4e514ff31..8c3bbf2a1 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -325,7 +325,7 @@ distclean: clean
rm -f config.status config.cache config.log
rm -rf $(srcdir)/autom4te*
-
+ifneq ($(srcdir), .)
%.bmp: $(srcdir)/%.bmp
cp $< $@
@@ -334,6 +334,7 @@ distclean: clean
%.dat: $(srcdir)/%.dat
cp $< $@
+endif
copydatafiles: copybmpfiles copywavfiles copydatfiles
.PHONY : copydatafiles