]> granicus.if.org Git - postgresql/commitdiff
Fix Makefile breakage caused by a committed merge conflict.
authorBruce Momjian <bruce@momjian.us>
Tue, 4 Dec 2012 17:23:36 +0000 (12:23 -0500)
committerBruce Momjian <bruce@momjian.us>
Tue, 4 Dec 2012 17:23:36 +0000 (12:23 -0500)
src/interfaces/ecpg/ecpglib/Makefile

index ced2fc4654f9606dc1fb71e601c7429ad3d08589..3adf36d8bed18fa62765644211f47fafb5bd568f 100644 (file)
@@ -58,11 +58,7 @@ include $(top_srcdir)/src/Makefile.shlib
 # necessarily use the same object files as the backend uses. Instead,
 # symlink the source files in here and build our own object file.
 
-<<<<<<< HEAD
-path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c: % : $(top_srcdir)/src/port/%
-=======
-path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c win32setlocale.c isinf.c: % : $(top_srcdir)/src/port/%
->>>>>>> 6fc6ebf... Include isinf.o in libecpg if isinf() is not available on the system.
+path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c isinf.c: % : $(top_srcdir)/src/port/%
        rm -f $@ && $(LN_S) $< .
 
 misc.o: misc.c $(top_builddir)/src/port/pg_config_paths.h