aboutsummaryrefslogtreecommitdiff
path: root/contrib/tablefunc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tablefunc/Makefile')
-rw-r--r--contrib/tablefunc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tablefunc/Makefile b/contrib/tablefunc/Makefile
index 94aa740d18c..1207c62ef7d 100644
--- a/contrib/tablefunc/Makefile
+++ b/contrib/tablefunc/Makefile
@@ -1,11 +1,11 @@
-# $PostgreSQL: pgsql/contrib/tablefunc/Makefile,v 1.9 2007/11/10 23:59:51 momjian Exp $
+# $PostgreSQL: pgsql/contrib/tablefunc/Makefile,v 1.10 2010/07/05 23:15:56 tgl Exp $
MODULES = tablefunc
DATA_built = tablefunc.sql
DATA = uninstall_tablefunc.sql
REGRESS = tablefunc
-SHLIB_LINK += $(filter -lm, $(LIBS))
+LDFLAGS_SL += $(filter -lm, $(LIBS))
ifdef USE_PGXS
PG_CONFIG = pg_config