]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-perl.patch
- release++
[packages/postgresql.git] / postgresql-perl.patch
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.096658 seconds and 3 git commands to generate.