Remove obsolete -I options from ECPG library compilation.
authorNoah Misch <[email protected]>
Fri, 24 Apr 2015 23:29:09 +0000 (19:29 -0400)
committerNoah Misch <[email protected]>
Fri, 24 Apr 2015 23:29:09 +0000 (19:29 -0400)
The MSVC build system already omitted these.

src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/pgtypeslib/Makefile

index e0b0474ada1a8479372748e704ac9e8dd1ac9a49..ed52bff01ed229954c0de032f51476cfd8cb3dd0 100644 (file)
@@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 3
 SO_MINOR_VERSION= 7
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
-       -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils -DFRONTEND $(CPPFLAGS)
+       -I$(libpq_srcdir) -DFRONTEND $(CPPFLAGS)
 override CFLAGS += $(PTHREAD_CFLAGS)
 
 SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) \
index 52c83be3c0f0e0289061e4f2d5b4540e7cf2f59c..6c7ae63d4e2f6b2a601e2643f80d68e577c45734 100644 (file)
@@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 3
 SO_MINOR_VERSION= 6
 
 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
-       -I$(top_srcdir)/src/include/utils -I$(libpq_srcdir) -DFRONTEND $(CPPFLAGS)
+       -DFRONTEND $(CPPFLAGS)
 override CFLAGS += $(PTHREAD_CFLAGS)
 
 # Need to recompile any libpgport object files