diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-06 23:18:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-06 23:18:06 +0100 |
commit | 5a65c76bc3d72ea9f275a3c474d5e308cf367a82 (patch) | |
tree | 532919ce0b59163e5e46e2ff396cba0ed68d1ef2 /package/libmad/Makefile | |
parent | b1044672f81740729faa21b266f2499b3e1e5396 (diff) |
remove obsolete SUB_INSTALL stuff.
Diffstat (limited to 'package/libmad/Makefile')
-rw-r--r-- | package/libmad/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/libmad/Makefile b/package/libmad/Makefile index 05cd0a948..0b708732d 100644 --- a/package/libmad/Makefile +++ b/package/libmad/Makefile @@ -30,10 +30,6 @@ endif #FPM:=mips #endif -SUB_INSTALLS-y:= -SUB_INSTALLS-m:= -SUB_INSTALLS-${ADK_PACKAGE_LIBMAD_DEV}+= libmad-dev-install - CONFIGURE_ARGS+= --enable-fpm=${FPM} \ --disable-debugging \ --enable-speed @@ -42,7 +38,7 @@ pre-install: ${INSTALL_DIR} ${WRKINST}/usr/lib/pkgconfig ${CP} ./files/mad.pc ${WRKINST}/usr/lib/pkgconfig -post-install: ${SUB_INSTALLS-m} ${SUB_INSTALLS-y} +post-install: ${INSTALL_DIR} ${IDIR_LIBMAD}/usr/lib ${CP} ${WRKINST}/usr/lib/libmad.so* ${IDIR_LIBMAD}/usr/lib/ |