diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-09 16:53:41 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-09 16:53:41 -0500 |
commit | b9651a0ae4ca73a13f82a3a8622a01b044e452ba (patch) | |
tree | 6d71c22002fdacaf3df1eec748bd1363cb0d91b0 /Makefile | |
parent | ea6d7a3a6936c86e52889919723caf4549cf13e6 (diff) |
oops, delete pr-tools from the top makefilev20121209
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,13 +16,12 @@ docdir=$(datarootdir)/doc ################################################################################ # these are directories -pseudo-packages=abslibre-tools chroot-tools fullpkg lib mips64el-tools pr-tools toru +pseudo-packages=abslibre-tools chroot-tools fullpkg lib mips64el-tools toru # these are the resulting packages packages=libretools libretools-pr libretools-mips64el # and which directories they contains libretools=abslibre-tools lib chroot-tools fullpkg toru misc -libretools-pr=pr-tools libretools-mips64el=mips64el-tools ################################################################################ |