diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-27 12:52:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-27 12:52:59 +0200 |
commit | 472574b9fcfb3cb64828ae1e430b1f2e0c22b201 (patch) | |
tree | ee096c82eeb645a5613cce74043265646c8dc9c7 /package/procps/Makefile | |
parent | f45742e71d11a544de76e7981d9681bb727fd19c (diff) |
procps: fix compile error for x86_64, reported by Oliver
Diffstat (limited to 'package/procps/Makefile')
-rw-r--r-- | package/procps/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/procps/Makefile b/package/procps/Makefile index 375b8f8bb..738ce6bda 100644 --- a/package/procps/Makefile +++ b/package/procps/Makefile @@ -22,7 +22,6 @@ include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,PROCPS,procps,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIG_STYLE:= manual -TARGET_LDFLAGS+= -ltinfo procps-install: ${INSTALL_DIR} ${IDIR_PROCPS}/{bin,sbin,usr/bin} |