INN commit: trunk/lib (Makefile)

INN Commit rra at isc.org
Wed Sep 17 16:33:57 UTC 2014


    Date: Wednesday, September 17, 2014 @ 09:33:57
  Author: iulius
Revision: 9692

Add reallocarray in Makefile

Modified:
  trunk/lib/Makefile

----------+
 Makefile |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: Makefile
===================================================================
--- Makefile	2014-09-17 16:31:35 UTC (rev 9691)
+++ Makefile	2014-09-17 16:33:57 UTC (rev 9692)
@@ -29,7 +29,8 @@
 # Sources for additional functions only built to replace missing system ones.
 EXTRA_SOURCES = alloca.c asprintf.c fseeko.c ftello.c getaddrinfo.c	   \
 		getnameinfo.c getpagesize.c inet_aton.c inet_ntoa.c	   \
-		inet_ntop.c memcmp.c mkstemp.c pread.c pwrite.c setenv.c   \
+		inet_ntop.c memcmp.c mkstemp.c pread.c pwrite.c            \
+	        reallocarray.c setenv.c                                    \
 		seteuid.c setproctitle.c snprintf.c strcasecmp.c strlcat.c \
 		strlcpy.c strspn.c strtok.c symlink.c
 
@@ -541,6 +542,11 @@
   ../include/portable/macros.h ../include/portable/stdbool.h \
   ../include/inn/options.h ../include/clibrary.h ../include/config.h \
   ../include/inn/macros.h
+reallocarray.o: reallocarray.c ../include/config.h \
+  ../include/inn/defines.h ../include/inn/system.h ../include/inn/macros.h \
+  ../include/portable/macros.h ../include/portable/stdbool.h \
+  ../include/inn/options.h ../include/clibrary.h ../include/config.h \
+  ../include/inn/macros.h
 setenv.o: setenv.c ../include/config.h ../include/inn/defines.h \
   ../include/inn/system.h ../include/inn/macros.h \
   ../include/portable/macros.h ../include/portable/stdbool.h \



More information about the inn-committers mailing list