From 6eb6aa42f9860b7a46bedd72d2bb313ebd48c809 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 17 Jan 2013 21:21:57 -0500 Subject: Integrate devtools into the build system --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 92017f3..65a8ac9 100644 --- a/Makefile +++ b/Makefile @@ -16,12 +16,12 @@ docdir=$(datarootdir)/doc ################################################################################ # these are directories -pseudo-packages=abslibre-tools chroot-tools fullpkg lib mips64el-tools toru +pseudo-packages=abslibre-tools chroot-tools devtools 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=abslibre-tools lib chroot-tools devtools fullpkg toru misc libretools-mips64el=mips64el-tools ################################################################################ @@ -36,7 +36,7 @@ install: PHONY install-libretools install-doc $(MAKE) -C src $* build-%: PHONY src/% - $(MAKE) -C src/$* build + $(MAKE) -C src/$* install-%: PHONY src/% $(MAKE) -C src/$* install -- cgit v1.2.3