diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-06 09:25:59 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-02-06 09:25:59 +0000 |
| commit | 3d99503552d27c52953f5b3d031579e34619afc7 (patch) | |
| tree | 9144e2e4a204962c5e0b975623b7b39799fda99e | |
| parent | d132b81c28a6789fbd6568ea9dcd212d99bbbcc9 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/binutils/strip/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/gnu/usr.bin/binutils/strip/Makefile b/gnu/usr.bin/binutils/strip/Makefile index b204431adaf8..45b115993ee2 100644 --- a/gnu/usr.bin/binutils/strip/Makefile +++ b/gnu/usr.bin/binutils/strip/Makefile @@ -13,18 +13,6 @@ DPADD= ${RELTOP}/libbinutils/libbinutils.a DPADD+= ${RELTOP}/libbfd/libbfd.a DPADD+= ${RELTOP}/libiberty/libiberty.a LDADD= ${DPADD} -CLEANFILES+= maybe_stripped - -all: maybe_stripped - -realinstall: - ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - maybe_stripped ${DESTDIR}${BINDIR}/strip +INSTALLFLAGS= -S .include <bsd.prog.mk> - -maybe_stripped: strip - cp strip maybe_stripped -.if defined(STRIP) && !empty(STRIP:M-s) - -strip maybe_stripped -.endif |
