Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ba8b844

Browse files
committed
Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski.
1 parent 5967dbd commit ba8b844

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/backend/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.68 2000/11/30 20:36:10 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.69 2001/04/02 03:21:23 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -63,14 +63,15 @@ $(DIRS:%=%-recursive): $(top_builddir)/src/include/parser/parse.h $(top_builddir
6363

6464

6565
ifeq ($(MAKE_DLL), true)
66+
6667
DLLOBJS := $(OBJS)
67-
DLLLIBS := -L/usr/local/lib -lcygipc -lcrypt -lcygwin -lkernel32
6868

6969
postgres.def: $(DLLOBJS)
7070
$(DLLTOOL) --export-all --output-def $@ $(DLLOBJS)
7171

7272
libpostgres.a: $(DLLOBJS) $(top_builddir)/src/utils/dllinit.o postgres.def
7373
$(DLLTOOL) --dllname postgres.exe --def postgres.def --output-lib $@
74+
7475
endif # MAKE_DLL
7576

7677

0 commit comments

Comments
 (0)