summaryrefslogtreecommitdiff
path: root/src/pl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/Makefile')
-rw-r--r--src/pl/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/pl/Makefile b/src/pl/Makefile
deleted file mode 100644
index 1ddf4c4967f..00000000000
--- a/src/pl/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-#-------------------------------------------------------------------------
-#
-# Makefile
-# Makefile for src/pl (procedural languages)
-#
-# Copyright (c) 1994, Regents of the University of California
-#
-#
-# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.7 2000/04/11 17:42:28 momjian Exp $
-#
-#-------------------------------------------------------------------------
-
-SRCDIR= ..
-include $(SRCDIR)/Makefile.global
-
-
-.DEFAULT all install clean dep depend distclean:
- $(MAKE) -C plpgsql $@
-ifeq ($(USE_TCL), true)
- $(MAKE) -C tcl $@
-endif
-# does't work bjm 2000-04-11
-#ifeq ($(USE_PERL), true)
-# -$(MAKE) $(MFLAGS) plperl/Makefile
-# -$(MAKE) $(MFLAGS) -C plperl $@
-#endif
-
-plperl/Makefile: plperl/Makefile.PL
- cd plperl && $(PERL) Makefile.PL POLLUTE=1