diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-04-04 21:15:56 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-04-04 21:15:56 +0000 |
| commit | 6faf150a3096b57a1e312ccfff6b757bf8441358 (patch) | |
| tree | ae990cc9cdb82b9871b5881a95c954322d3687d7 /contrib/spi | |
| parent | d3ad2ad68972ebb637439ea34c67d5b2f4e4beac (diff) | |
| download | postgresql-6faf150a3096b57a1e312ccfff6b757bf8441358.tar.gz | |
Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to
Jason Tishler's credit, if it's broken it's my fault ...
Diffstat (limited to 'contrib/spi')
| -rw-r--r-- | contrib/spi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/spi/Makefile b/contrib/spi/Makefile index 6a44b355de..d677332205 100644 --- a/contrib/spi/Makefile +++ b/contrib/spi/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/spi/Makefile,v 1.19 2001/02/20 19:20:28 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/spi/Makefile,v 1.20 2001/04/04 21:15:56 tgl Exp $ # subdir = contrib/spi @@ -19,6 +19,9 @@ ifdef REFINT_VERBOSE override CPPFLAGS+= -DREFINT_VERBOSE endif +override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) + + all: $(MODS) $(SQLS) %.sql: %.sql.in |
