aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 16efb30..7b43bd4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -153,7 +153,7 @@ Perl/Makefile_nodebug:
(cd Perl; perl Makefile.PL ptkzinc$(ZINC_VER).$(ZINC_MAJOR) $(PERLCONFIG))
(cd Perl/debug; perl Makefile.PL $(PERLCONFIG))
Perl/Makefile_debug:
- (cd Perl; perl Makefile.PL ptkzinc$(ZINC_VER).$(ZINC_MAJOR)_debug $(PERLCONFIG))
+ (cd Perl; perl Makefile.PL ptkzinc_debug$(ZINC_VER).$(ZINC_MAJOR) $(PERLCONFIG))
(cd Perl/debug; perl Makefile.PL $(PERLCONFIG))
libptkzinc$(ZINC_VER).$(ZINC_MAJOR).so: ptk $(ptkobjs) libom.so $(GPC)