1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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 ...
This commit is contained in:
Tom Lane
2001-04-04 21:15:56 +00:00
parent d3ad2ad689
commit 6faf150a30
5 changed files with 20 additions and 14 deletions

View File

@ -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