From 0d5498722ab55705f5947c4640c89a2b0ae8ee87 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 16 Feb 2012 16:16:42 -0600 Subject: Correct this Makefile. It appears that this was really the Makefile from another directory. --- rtems-test-template/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/rtems-test-template/Makefile b/rtems-test-template/Makefile index 6afcd0a..c89bb94 100644 --- a/rtems-test-template/Makefile +++ b/rtems-test-template/Makefile @@ -2,19 +2,9 @@ # $Id: Makefile,v 1.3 2010/06/21 12:37:03 joel Exp $ # -INSTALL_DIR=../bin -SCRIPTS=commit-with-changelog-diff commit mkChangeLogList prepend mktest - -all: prep ${SCRIPTS} install - -prep: - test -d ${INSTALL_DIR} || mkdir ${INSTALL_DIR} +all: clean: install: - for i in ${SCRIPTS} ; do \ - cp $${i} ${INSTALL_DIR}/$${i} ; \ - chmod +x ${INSTALL_DIR}/$${i} ; \ - done -- cgit v1.2.3