diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-02 16:07:51 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-02 16:07:51 -0400 |
commit | 2c6e781d121b12f6d26b52ed0b2fd13551d7dba8 (patch) | |
tree | f37f3355049dd4281a71d711247c12a17a6e47a7 /Makefile | |
parent | 8dc10faef5e2892fadf02cc523b40ec09883c48c (diff) |
fix the Makefiles
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -15,13 +15,10 @@ docdir=$(datarootdir)/doc ################################################################################ -# these are directories -pseudo-packages=abslibre-tools chroot-tools devtools fullpkg lib mips64el-tools toru - # these are the resulting packages packages=libretools libretools-mips64el # and which directories they contains -libretools=abslibre-tools lib chroot-tools devtools fullpkg toru misc +libretools=abslibre-tools chroot-tools devtools fullpkg lib librefetch misc toru libretools-mips64el=mips64el-tools ################################################################################ |