diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2001-05-12 01:30:30 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2001-05-12 01:30:30 +0000 |
| commit | c51b00a2135b5cfa1e68006a8d2805541fd12b05 (patch) | |
| tree | 99412a3ca609f54444430b481ebcc88d9d09953a /src/pl/Makefile | |
| parent | bb30d49a2a772b6aa27bd978bd3bb64d94fc74ce (diff) | |
| download | postgresql-c51b00a2135b5cfa1e68006a8d2805541fd12b05.tar.gz | |
PL/Python integration: support in create/droplang, add CVS keywords,
remove useless files, beat some sense into Makefile. For me it builds
and sort of runs, so it's a start.
Diffstat (limited to 'src/pl/Makefile')
| -rw-r--r-- | src/pl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/Makefile b/src/pl/Makefile index ff789fc7aa..64882e99bc 100644 --- a/src/pl/Makefile +++ b/src/pl/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.19 2001/05/10 03:00:11 momjian Exp $ +# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.20 2001/05/12 01:30:30 petere Exp $ # #------------------------------------------------------------------------- @@ -22,12 +22,12 @@ ifeq ($(with_perl), yes) DIRS += plperl endif +# Doesn't build portably yet. #ifeq ($(with_python), yes) #DIRS += plpython #endif all install installdirs uninstall depend distprep: - @echo "PL/Python disabled until merged into our Makefile system, bjm 2001-05-09" @for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done clean distclean maintainer-clean: |
