summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6531775)
raw | patch | inline | side by side (parent: 6531775)
author | mjwybrow <mjwybrow@users.sourceforge.net> | |
Fri, 14 Jul 2006 06:45:53 +0000 (06:45 +0000) | ||
committer | mjwybrow <mjwybrow@users.sourceforge.net> | |
Fri, 14 Jul 2006 06:45:53 +0000 (06:45 +0000) |
src/xml/Makefile_insert, src/libnr/Makefile_insert:
Add "$(srcdir)/" to some things so that "make check" works in
the case that the build directory is somewhere other than the
source directory.
Add "$(srcdir)/" to some things so that "make check" works in
the case that the build directory is somewhere other than the
source directory.
src/xml/Makefile_insert | patch | blob | history |
index 7460d89deb7d05d5caa8574b3ad15f7de655dde0..49f97e9be747f7a38599034a1ef9727b167d7266 100644 (file)
--- a/src/xml/Makefile_insert
+++ b/src/xml/Makefile_insert
xml/invalid-operation-exception.h
xml/test-xml-main.cpp: xml/test-xml.cpp $(xml_test_xml_includes)
- $(top_srcdir)/cxxtest/cxxtestgen.pl --template=selfname.tpl -root -o xml/test-xml-main.cpp $(xml_test_xml_includes)
+ $(top_srcdir)/cxxtest/cxxtestgen.pl --template=$(srcdir)/selfname.tpl -root -o xml/test-xml-main.cpp $(xml_test_xml_includes)
xml/test-xml.cpp: $(xml_test_xml_includes)
$(top_srcdir)/cxxtest/cxxtestgen.pl -part -o xml/test-xml.cpp $(xml_test_xml_includes)