summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-29 11:50:15 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-29 11:50:15 +0000
commit777d698c0b11c35da05c55488b02b42064c0fc48 (patch)
tree09ba0c53362b695cb1f02b567fdebb1fd8774ae3 /test
parent026c17ed39f34f34d44b676131af64b3c8a4866f (diff)
To the build system:
* Fix "make distclean." This should fix the "local regressions fail" that caused documentation, debian, and "distcheck" nightly build targets to fail. * "make clean" now removes some options stuff that previously required a "make distclean." * Cosmetic and portability adjustments.
Diffstat (limited to 'test')
-rw-r--r--test/unit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am
index 716b8959e..a287b7520 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -105,7 +105,7 @@ EXTRA_DIST = \
$(TEST_DEPS_DIST)
MOSTLYCLEANFILES = $(UNIT_TESTS) $(UNIT_TESTS:%=%.cpp) $(UNIT_TESTS:%=%.lo)
-DISTCLEANFILES = $(UNIT_TESTS:%=.deps/%.Plo)
+DISTCLEANFILES = $(UNIT_TESTS:%=@DEPDIR@/%.Plo)
# the tests automake infrastructure doesn't clean up .o files :-(
# handle both .libs and _libs variants
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback