]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-perl.patch
- release++
[packages/postgresql.git] / postgresql-perl.patch
CommitLineData
bd2eb624
AF
1--- postgresql-6.4.2.old/src/interfaces/Makefile Wed Jun 30 11:32:56 1999
2+++ postgresql-6.4.2/src/interfaces/Makefile Wed Jun 30 11:35:29 1999
3@@ -34,12 +34,8 @@
4 $(MAKE) -C libpgtcl $@
5 endif
6 ifeq ($(USE_PERL), true)
7- if [ "$@" = "install" ]; then \
8- $(MAKE) $(MFLAGS) install-perl5; \
9- else \
10- $(MAKE) $(MFLAGS) perl5/Makefile; \
11- $(MAKE) $(MFLAGS) -C perl5 $@; \
12- fi
13+ $(MAKE) $(MFLAGS) perl5/Makefile;
14+ $(MAKE) $(MFLAGS) -C perl5 $@;
15 endif
16 ifeq ($(USE_ODBC), true)
17 $(MAKE) -C odbc $@
This page took 0.098401 seconds and 4 git commands to generate.