Module Name: src
Committed By: roy
Date: Fri Apr 14 07:55:55 UTC 2017
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
Generate dhcpcd-embedded.c for dependencies too.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile
diff -u src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.38 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.39
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.38 Thu Apr 13 18:12:32 2017
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Fri Apr 14 07:55:55 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2017/04/13 18:12:32 roy Exp $
+# $NetBSD: Makefile,v 1.39 2017/04/14 07:55:55 roy Exp $
#
WARNS?= 6
@@ -14,7 +14,7 @@ SRCS+= dhcp-common.c dhcpcd-embedded.c
SRCS+= if-bsd.c
# Need to generate this for dependencies
-DPSRCS+= dhcpcd-embedded.h
+DPSRCS+= dhcpcd-embedded.h dhcpcd-embedded.c
CPPFLAGS+= -DHAVE_CONFIG_H -D_OPENBSD_SOURCE