diff options
| author | Roy Marples <roy@marples.name> | 2014-07-14 13:58:24 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-07-14 13:58:24 +0000 |
| commit | 06a8d816e80c6fd395937fc196b6c51aaf0a23b8 (patch) | |
| tree | 17caee3cedd6cf498f20792108512afbbbf99015 /Makefile | |
| parent | 823811e35413f474e432789514e9c7fe5496caca (diff) | |
| download | dhcpcd-06a8d816e80c6fd395937fc196b6c51aaf0a23b8.tar.xz | |
Fix importdhcpcd-6.4.2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |
