Flush a stray definition of $(DLLTOOL).
authorTom Lane <[email protected]>
Tue, 11 Feb 2014 17:59:48 +0000 (12:59 -0500)
committerTom Lane <[email protected]>
Tue, 11 Feb 2014 17:59:48 +0000 (12:59 -0500)
Even if this is needed, it'd be configure's responsibility to set it.

src/makefiles/Makefile.cygwin

index 863732f5984c4b1735d51d259f27eb4c773db12b..bd83e5f723e139cbdde4d2be18ccc207d86ec1ae 100644 (file)
@@ -1,5 +1,5 @@
-DLLTOOL= dlltool
 # src/makefiles/Makefile.cygwin
+
 ifdef PGXS
 BE_DLLLIBS= -L$(libdir) -lpostgres
 else
@@ -43,4 +43,4 @@ endif
 
 # Rule for building a shared library from a single .o file
 %.dll: %.o
-        $(CC) $(CFLAGS)  -shared -o $@ $<  $(LDFLAGS) $(LDFLAGS_SL) $(BE_DLLLIBS)
+       $(CC) $(CFLAGS)  -shared -o $@ $<  $(LDFLAGS) $(LDFLAGS_SL) $(BE_DLLLIBS)