fix to allow mingw+vpath - Mailing list pgsql-hackers

From Andrew Dunstan
Subject fix to allow mingw+vpath
Date
Msg-id 4D0F8E19.5040209@dunslane.net
Whole thread Raw
List pgsql-hackers
The simple change below allows a vpath build to be used on Mingw. Is 
there any objection?

cheers

andrew



diff --git a/src/bin/pgevent/Makefile b/src/bin/pgevent/Makefile
index 013b801..39cb7dc 100644
--- a/src/bin/pgevent/Makefile
+++ b/src/bin/pgevent/Makefile
@@ -27,7 +27,7 @@ pgevent.dll: pgevent.def $(OBJS)    $(DLLWRAP) --def $< -o $(NAME) $(OBJS)
 pgmsgevent.o: pgmsgevent.rc win32ver.rc
-   $(WINDRES) $< -o $@ --include-dir=$(top_builddir)/src/include 
--include-dir=$(top_srcdir)/src/include --include-dir=$(srcdir)
+   $(WINDRES) $< -o $@ --include-dir=$(top_builddir)/src/include 
--include-dir=$(top_srcdir)/src/include --include-dir=$(srcdir) 
--include-dir=.
 all-lib: $(NAME)




pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: unlogged tables
Next
From: Dimitri Fontaine
Date:
Subject: Re: Extensions and custom_variable_classes