]> www.infradead.org Git - mtd-utils.git/commitdiff
Makefile: install: don't look for scripts in BUILDDIR
authorBrian Norris <computersforpeace@gmail.com>
Tue, 26 Jan 2016 21:36:56 +0000 (13:36 -0800)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 27 Jan 2016 01:05:45 +0000 (17:05 -0800)
Our ${SCRIPTS} (e.g., flash_eraseall) are not found in the build
directory; they should be found in their original location.

This fixes a typo in the Makefile refactoring, which caused 'make
install' to fail with messages like:

  make: *** No rule to make target '[...my source-build directory...]/armv7a-cros-linux-gnueabi/misc-utils/flash_eraseall'. Stop.

because the install target is looking in the wrong place for
flash_eraseall.

Fixes: 7d81790ced34 ("mtd-utils: Restructure the mtd-utils source.")
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Reviewed-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Makefile

index bd9504ae72f0660e963e8741770e3137cf26d9aa..977c9c5056edd9bfb78833dabe04520802dd7235 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ endif
        rm -f $(BUILDDIR)/include/version.h
        $(MAKE) -C $(TESTS) clean
 
-install:: $(addprefix $(BUILDDIR)/,${BINS} ${SCRIPTS})
+install:: $(addprefix $(BUILDDIR)/,${BINS}) ${SCRIPTS}
        mkdir -p ${DESTDIR}/${SBINDIR}
        install -m 0755 $^ ${DESTDIR}/${SBINDIR}/
        mkdir -p ${DESTDIR}/${MANDIR}/man1