Mercurial > hg > dhcpcd
changeset 2600:121acd3ea46d draft dhcpcd-6.4.2
Fix import
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Mon, 14 Jul 2014 13:58:24 +0000 |
| parents | 6416d483225f |
| children | fd979a24047f |
| files | Makefile crypt/hmac_md5.c |
| diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Jul 14 13:43:33 2014 +0000 +++ b/Makefile Mon Jul 14 13:58:24 2014 +0000 @@ -164,7 +164,8 @@ /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 \
