Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf0054 commit f6af143Copy full SHA for f6af143
src/makefiles/pgxs.mk
@@ -1,6 +1,6 @@
1
# PGXS: PostgreSQL extensions makefile
2
3
-# $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.21 2010/07/05 23:30:50 tgl Exp $
+# $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.22 2010/07/05 23:40:13 tgl Exp $
4
5
# This file contains generic rules to build many kinds of simple
6
# extension modules. You only need to set a few variables and include
@@ -286,5 +286,5 @@ endif
286
287
ifdef PROGRAM
288
$(PROGRAM): $(OBJS)
289
- $(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) $(LDFLAGS_EX) $(PG_LIBS) $(LIBS) -o $@
+ $(CC) $(CFLAGS) $(OBJS) $(PG_LIBS) $(LDFLAGS) $(LDFLAGS_EX) $(LIBS) -o $@
290
endif
0 commit comments