summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/db2/obj/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/db2/obj/Makefile.in b/src/util/db2/obj/Makefile.in
index 5e60ef796..4551777e2 100644
--- a/src/util/db2/obj/Makefile.in
+++ b/src/util/db2/obj/Makefile.in
@@ -147,11 +147,11 @@ dbtest.o: $(top_srcdir)/test/dbtest.c
$(CC) $(CFLAGS) -c -o dbtest.o $(top_srcdir)/test/dbtest.c
memmove.o: $(top_srcdir)/clib/memmove.c
- $(CC) $(CFLAGS) -c -o memmove.o $(top_srcdir)/clib/memmove.c
+ $(CC) $(CFLAGS) -Dmemmove=my_memmove -c -o memmove.o $(top_srcdir)/clib/memmove.c
mkstemp.o: $(top_srcdir)/clib/mkstemp.c
- $(CC) $(CFLAGS) -c -o mkstemp.o $(top_srcdir)/clib/mkstemp.c
+ $(CC) $(CFLAGS) -Dmkstemp=my_mkstemp -c -o mkstemp.o $(top_srcdir)/clib/mkstemp.c
strerror.o: $(top_srcdir)/clib/strerror.c
- $(CC) $(CFLAGS) -c -o strerror.o $(top_srcdir)/clib/strerror.c
+ $(CC) $(CFLAGS) -Dstrerror=my_strerror -c -o strerror.o $(top_srcdir)/clib/strerror.c
distclean:: clean
rm -f Makefile