File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/interfaces/ecpg/ecpglib Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,7 @@ include $(top_srcdir)/src/Makefile.shlib
58
58
# necessarily use the same object files as the backend uses. Instead,
59
59
# symlink the source files in here and build our own object file.
60
60
61
- <<<<<<< HEAD
62
- path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c : % : $(top_srcdir ) /src/port/%
63
- ====== =
64
- path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c win32setlocale.c isinf.c : % : $(top_srcdir ) /src/port/%
65
- >>>>>>> 6fc6ebf... Include isinf.o in libecpg if isinf() is not available on the system.
61
+ path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c isinf.c : % : $(top_srcdir ) /src/port/%
66
62
rm -f $@ && $(LN_S ) $< .
67
63
68
64
misc.o : misc.c $(top_builddir ) /src/port/pg_config_paths.h
You can’t perform that action at this time.
0 commit comments