File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 3
1919SO_MINOR_VERSION = 7
2020
2121override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
22- -I$(libpq_srcdir ) -I $( top_srcdir ) /src/include/utils - DFRONTEND $(CPPFLAGS )
22+ -I$(libpq_srcdir ) -DFRONTEND $(CPPFLAGS )
2323override CFLAGS += $(PTHREAD_CFLAGS )
2424
2525SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq ) \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ SO_MAJOR_VERSION= 3
1919SO_MINOR_VERSION = 6
2020
2121override CPPFLAGS := -I../include -I$(top_srcdir ) /src/interfaces/ecpg/include \
22- -I $( top_srcdir ) /src/include/utils -I $( libpq_srcdir ) - DFRONTEND $(CPPFLAGS )
22+ -DFRONTEND $(CPPFLAGS )
2323override CFLAGS += $(PTHREAD_CFLAGS )
2424
2525# Need to recompile any libpgport object files
You can’t perform that action at this time.
0 commit comments