|
4 | 4 | #
|
5 | 5 | # Copyright (c) 1994, Regents of the University of California
|
6 | 6 | #
|
7 |
| -# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.78 2002/05/05 00:03:28 tgl Exp $ |
| 7 | +# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.79 2002/05/22 21:46:40 tgl Exp $ |
8 | 8 | #
|
9 | 9 | #-------------------------------------------------------------------------
|
10 | 10 |
|
@@ -45,9 +45,9 @@ else # win
|
45 | 45 | # commands into variables?
|
46 | 46 | postgres:$(OBJS)$(top_builddir)/src/utils/dllinit.o postgres.def libpostgres.a
|
47 | 47 | dlltool --dllname$@$(X) --output-exp$@.exp --def postgres.def
|
48 |
| -gcc -g -o$@$(X) -Wl,--base-file,$@.base$@.exp$(OBJS)$(DLLLIBS) |
| 48 | +gcc$(LDFLAGS)-g -o$@$(X) -Wl,--base-file,$@.base$@.exp$(OBJS)$(DLLLIBS) |
49 | 49 | dlltool --dllname$@$(X) --base-file$@.base --output-exp$@.exp --def postgres.def
|
50 |
| -gcc -g -o$@$(X)$@.exp$(OBJS)$(DLLLIBS) |
| 50 | +gcc$(LDFLAGS)-g -o$@$(X)$@.exp$(OBJS)$(DLLLIBS) |
51 | 51 | rm$@.exp$@.base
|
52 | 52 |
|
53 | 53 | endif# win
|
|