diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-02 15:22:50 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-02 15:22:50 -0400 |
commit | 8dc10faef5e2892fadf02cc523b40ec09883c48c (patch) | |
tree | eb45e125c4e1e8f7e17ac977331e18e252f3c19b /Makefile | |
parent | d48a37a82e9ac828063e6aef0d185bb8af935970 (diff) |
fix minor bugs in Makefile, .gitignore
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ docdir=$(datarootdir)/doc pseudo-packages=abslibre-tools chroot-tools devtools fullpkg lib mips64el-tools toru # these are the resulting packages -packages=libretools libretools-pr libretools-mips64el +packages=libretools libretools-mips64el # and which directories they contains libretools=abslibre-tools lib chroot-tools devtools fullpkg toru misc libretools-mips64el=mips64el-tools |