Fix for Greg Noel's (GregNoel@san.rr.com) non-srcdir build problem. a=chofmann

git-svn-id: svn://10.0.0.236/trunk@55942 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-12-13 23:10:16 +00:00
parent 8efe8bcc68
commit c6d00331d3
2 changed files with 4 additions and 6 deletions

View File

@@ -59,7 +59,6 @@ TEST_FILES = \
include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) -m 555 $(PROGRAM) $(DIST)/bin
$(INSTALL) -m 555 TestOutSinks $(DIST)/bin
$(INSTALL) $(TEST_FILES) $(DIST)/bin/OutTestData
$(INSTALL) -m 555 $(srcdir)/TestOutSinks $(DIST)/bin
$(INSTALL) $(addprefix $(srcdir)/, $(TEST_FILES)) $(DIST)/bin/OutTestData