mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
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:
parent
846e91e022
commit
7a98d323df
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user