Skip to content

Commit 2e375ab

Browse files
committed
Fix Makefile breakage caused by a committed merge conflict.
1 parent f928ffd commit 2e375ab

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/interfaces/ecpg/ecpglib/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@ include $(top_srcdir)/src/Makefile.shlib
5858
# necessarily use the same object files as the backend uses. Instead,
5959
# symlink the source files in here and build our own object file.
6060

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/%
6662
rm -f $@ && $(LN_S) $< .
6763

6864
misc.o: misc.c $(top_builddir)/src/port/pg_config_paths.h

0 commit comments

Comments
 (0)