From: Tom Yu Date: Wed, 31 Jul 1996 07:38:56 +0000 (+0000) Subject: * obj/Makefile.in: Add -Dfoo=my_foo when compiling replacement X-Git-Tag: krb5-1.0-beta7~212 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=06121fa1ac779bfe43113404ac5eaeb238d8af1a;p=krb5.git * obj/Makefile.in: Add -Dfoo=my_foo when compiling replacement functions (so that the redefinitions in db-int.h take effect). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8870 dc483132-0cff-0310-8789-dd5450dbe970 --- 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