diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2007-12-01 15:30:09 +0000 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2007-12-01 15:30:09 +0000 |
commit | b8f28759d4e0005f6ab5222d45e942c71283b353 (patch) | |
tree | 076429d882505c555e2d70f20fc9718a92e2e97c /src | |
parent | 6e73b504491d67ebf9d9cb245115f36b6e04709c (diff) | |
download | postgresql-b8f28759d4e0005f6ab5222d45e942c71283b353.tar.gz postgresql-b8f28759d4e0005f6ab5222d45e942c71283b353.zip |
Revert inadvertantly committed change.
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/plperl/GNUmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pl/plperl/GNUmakefile b/src/pl/plperl/GNUmakefile index 383d479218a..fbebe77b735 100644 --- a/src/pl/plperl/GNUmakefile +++ b/src/pl/plperl/GNUmakefile @@ -1,5 +1,5 @@ # Makefile for PL/Perl -# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.32 2007/12/01 15:20:34 adunstan Exp $ +# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.33 2007/12/01 15:30:09 adunstan Exp $ subdir = src/pl/plperl top_builddir = ../../.. @@ -27,7 +27,6 @@ override CFLAGS += -Wno-comment endif override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -I$(perl_archlibexp)/CORE -override CFLAGS += -fPIC rpathdir = $(perl_archlibexp)/CORE |