From: Lionel Sambuc Date: Thu, 1 Nov 2012 12:01:30 +0000 (+0100) Subject: /bin/pax: Fix cross compilation problem on some platform by removing X-Git-Tag: v3.2.1~248 X-Git-Url: http://zhaoyanbai.com/repos/FAQ?a=commitdiff_plain;h=7f007284e654c09a9b6c070c4ca73b317aa82095;p=minix.git /bin/pax: Fix cross compilation problem on some platform by removing unneeded dependency on libutil. --- diff --git a/bin/pax/Makefile b/bin/pax/Makefile index 84f820163..433e98c53 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -54,8 +54,6 @@ DPADD+= ${LIBRMT} .if defined(__MINIX) CPPFLAGS+= -DHOSTPROG CPPFLAGS+= -Dlchown=chown -Dlchmod=chmod -DPADD+= ${LIBUTIL} -LDADD+= -lutil .endif .include