Skip to content
Snippets Groups Projects
Commit cf1bfb35 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix for perl from Brook Milligan

parent a47158a0
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.2 1997/09/16 18:47:16 momjian Exp $ # $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.3 1997/10/30 04:38:30 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -25,4 +25,7 @@ ifeq ($(USE_TCL), true) ...@@ -25,4 +25,7 @@ ifeq ($(USE_TCL), true)
$(MAKE) -C libpgtcl $@ $(MAKE) -C libpgtcl $@
endif endif
# $(MAKE) -C perl5 $@ ifeq ($(USE_PERL), true)
cd perl5 && perl Makefile.PL
$(MAKE) -C perl5 $@
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment