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