]> Zhao Yanbai Git Server - minix.git/commitdiff
/bin/pax: Fix cross compilation problem on some platform by removing
authorLionel Sambuc <lionel@minix3.org>
Thu, 1 Nov 2012 12:01:30 +0000 (13:01 +0100)
committerLionel Sambuc <lionel@minix3.org>
Thu, 1 Nov 2012 12:04:03 +0000 (13:04 +0100)
          unneeded dependency on libutil.

bin/pax/Makefile

index 84f8201638a8c9da9097406b99ae7c2c23db2e9f..433e98c534daa775caad2c78cf8d65198d68af60 100644 (file)
@@ -54,8 +54,6 @@ DPADD+=       ${LIBRMT}
 .if defined(__MINIX)
 CPPFLAGS+= -DHOSTPROG
 CPPFLAGS+= -Dlchown=chown -Dlchmod=chmod
-DPADD+= ${LIBUTIL}
-LDADD+= -lutil
 .endif
 
 .include <bsd.prog.mk>