summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-07-14 13:58:24 +0000
committerRoy Marples <roy@marples.name>2014-07-14 13:58:24 +0000
commit06a8d816e80c6fd395937fc196b6c51aaf0a23b8 (patch)
tree17caee3cedd6cf498f20792108512afbbbf99015 /Makefile
parent823811e35413f474e432789514e9c7fe5496caca (diff)
downloaddhcpcd-06a8d816e80c6fd395937fc196b6c51aaf0a23b8.tar.xz
Fix importdhcpcd-6.4.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2eb46b2b..bd4b9550 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,8 @@ import: ${SRCS}
/tmp/${DISTPREFIX}/crypt; \
cp $$(cd crypt && ${CC} ${CPPFLAGS} -MM ${CRYPT_SRCS} | \
sed -e 's/^.*c //g' -e 's/.*\.c$$//g' -e 's/\\//g' | \
- tr ' ' '\n' | sed -e 's:^:crypt/:g' | \
+ tr ' ' '\n' | sed -e '/config.h/d' \
+ -e 's:^:crypt/:g' | \
sort -u) /tmp/${DISTPREFIX}/crypt; \
fi;
if test -n "${COMPAT_SRCS}"; then \