Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski.
This commit is contained in:
parent
5967dbd082
commit
ba8b844f5a
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 1994, Regents of the University of California
|
# Copyright (c) 1994, Regents of the University of California
|
||||||
#
|
#
|
||||||
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.68 2000/11/30 20:36:10 petere Exp $
|
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.69 2001/04/02 03:21:23 tgl Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -63,14 +63,15 @@ $(DIRS:%=%-recursive): $(top_builddir)/src/include/parser/parse.h $(top_builddir
|
|||||||
|
|
||||||
|
|
||||||
ifeq ($(MAKE_DLL), true)
|
ifeq ($(MAKE_DLL), true)
|
||||||
|
|
||||||
DLLOBJS := $(OBJS)
|
DLLOBJS := $(OBJS)
|
||||||
DLLLIBS := -L/usr/local/lib -lcygipc -lcrypt -lcygwin -lkernel32
|
|
||||||
|
|
||||||
postgres.def: $(DLLOBJS)
|
postgres.def: $(DLLOBJS)
|
||||||
$(DLLTOOL) --export-all --output-def $@ $(DLLOBJS)
|
$(DLLTOOL) --export-all --output-def $@ $(DLLOBJS)
|
||||||
|
|
||||||
libpostgres.a: $(DLLOBJS) $(top_builddir)/src/utils/dllinit.o postgres.def
|
libpostgres.a: $(DLLOBJS) $(top_builddir)/src/utils/dllinit.o postgres.def
|
||||||
$(DLLTOOL) --dllname postgres.exe --def postgres.def --output-lib $@
|
$(DLLTOOL) --dllname postgres.exe --def postgres.def --output-lib $@
|
||||||
|
|
||||||
endif # MAKE_DLL
|
endif # MAKE_DLL
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user