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

Commit 7a98d32

Browse files
committed
Flush a stray definition of $(DLLTOOL).
Even if this is needed, it'd be configure's responsibility to set it.
1 parent 846e91e commit 7a98d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/makefiles/Makefile.cygwin

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
DLLTOOL= dlltool
21
# src/makefiles/Makefile.cygwin
2+
33
ifdef PGXS
44
BE_DLLLIBS= -L$(libdir) -lpostgres
55
else
@@ -43,4 +43,4 @@ endif
4343

4444
# Rule for building a shared library from a single .o file
4545
%.dll: %.o
46-
$(CC) $(CFLAGS) -shared -o $@ $< $(LDFLAGS) $(LDFLAGS_SL) $(BE_DLLLIBS)
46+
$(CC) $(CFLAGS) -shared -o $@ $< $(LDFLAGS) $(LDFLAGS_SL) $(BE_DLLLIBS)

0 commit comments

Comments
 (0)