Author: bernhard
Date: Sat Apr 29 09:19:51 2006
New Revision: 12457
Modified:
trunk/config/gen/makefiles/dynpmc.in
Log:
Fix target 'test' of src/dynpmc/Makefile.
Modified: trunk/config/gen/makefiles/dynpmc.in
==============================================================================
--- trunk/config/gen/makefiles/dynpmc.in (original)
+++ trunk/config/gen/makefiles/dynpmc.in Sat Apr 29 09:19:51 2006
@@ -1,10 +1,10 @@
# $Id$
-PERL = @perl@
-RM_F = @rm_f@
-LOAD_EXT = @load_ext@
+PERL = @perl@
+RM_F = @rm_f@
+LOAD_EXT = @load_ext@
RUNTIME_DIR = @build_dir@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]
-O = @o@
+O = @o@
# add your dynamic pmcs here
#
@@ -57,7 +57,7 @@
@$(BUILD) copy "--destination=$(RUNTIME_DIR)" $(PMCS)
test : all
- cd .. ; perl -Ilib t/harness t/dynpmc/*.t
+ cd ../.. ; perl -Ilib t/harness t/dynpmc/*.t
testclean :
$(RM_F) "../../t/dynpmc/*.pir" "../../t/dynpmc/*.pbc"