Flush a stray definition of $(DLLTOOL).

Even if this is needed, it'd be configure's responsibility to set it.
This commit is contained in:
Tom Lane 2014-02-11 12:59:48 -05:00
parent 846e91e022
commit 7a98d323df

View File

@ -1,5 +1,5 @@
DLLTOOL= dlltool
# src/makefiles/Makefile.cygwin
ifdef PGXS
BE_DLLLIBS= -L$(libdir) -lpostgres
else