From 4ab6323f8e5c8806ad02fc0f8417cf13b38cf350 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Wed, 27 Oct 2010 06:02:04 +0000 Subject: [PATCH] fix test Makefile --- test/unit/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am index f061c9c9a..3583770b6 100644 --- a/test/unit/Makefile.am +++ b/test/unit/Makefile.am @@ -105,9 +105,9 @@ else unit_LINK = $(CXXLINK) endif -@AMDEP_TRUE@@am__include@ $(UNIT_TESTS:%=@am__quote@./$(DEPDIR)/%.Plo@am__quote@) +@AMDEP_TRUE@@am__include@ $(UNIT_TESTS:%=@am__quote@./@DEPDIR@/%.Plo@am__quote@) -$(UNIT_TESTS:%=@am__quote@./$(DEPDIR)/%.Plo@am__quote@): %.Plo: +$(UNIT_TESTS:%=@am__quote@./@DEPDIR@/%.Plo@am__quote@): %.Plo: $(AM_V_at)$(MKDIR_P) `dirname "$@"` $(AM_V_GEN)test -e "$@" || touch "$@" @@ -161,7 +161,7 @@ EXTRA_DIST = \ endif -$(UNIT_TESTS:%=%.cpp): $(UNIT_TESTS:%=$(abs_builddir)/%.cpp) +$(UNIT_TESTS:%=%.cpp): $(UNIT_TESTS:%=@abs_builddir@/%.cpp) # trick automake into setting LTCXXCOMPILE, CXXLINK, etc. if CVC4_FALSE -- 2.30.2