summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-02 16:07:51 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-02 16:07:51 -0400
commit2c6e781d121b12f6d26b52ed0b2fd13551d7dba8 (patch)
treef37f3355049dd4281a71d711247c12a17a6e47a7 /Makefile
parent8dc10faef5e2892fadf02cc523b40ec09883c48c (diff)
fix the Makefiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 69a9dc8..e5b38b1 100644
--- a/Makefile
+++ b/Makefile
@@ -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
################################################################################