8000
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 ee2bfaa commit 35ff782Copy full SHA for 35ff782
src/backend/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $PostgreSQL: pgsql/src/backend/Makefile,v 1.103 2004/07/21 20:34:44 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/Makefile,v 1.104 2004/08/01 18:07:42 tgl Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -66,7 +66,7 @@ postgres: $(OBJS) $(DLLINIT) postgres.def libpostgres.a
66
rm -f $@.exp $@.base
67
68
postgres.def: $(OBJS)
69
- $(DLLTOOL) --export-all --output-def $@ $^
+ $(DLLTOOL) --export-all --output-def $@ $^ $(top_builddir)/src/port/libpgport.a
70
71
libpostgres.a: postgres.def
72
$(DLLTOOL) --dllname postgres.exe --def postgres.def --output-lib $@
0 commit comments