summaryrefslogtreecommitdiffstats
path: root/rtems-test-template/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-test-template/Makefile')
-rw-r--r--rtems-test-template/Makefile12
1 files changed, 1 insertions, 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