summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/tools/generic/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/tools/generic/Makefile.am')
-rw-r--r--c/src/exec/score/tools/generic/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/exec/score/tools/generic/Makefile.am b/c/src/exec/score/tools/generic/Makefile.am
index d5d90cd490..476d6bab83 100644
--- a/c/src/exec/score/tools/generic/Makefile.am
+++ b/c/src/exec/score/tools/generic/Makefile.am
@@ -5,14 +5,4 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal
-# FIXME: This script doesn't make sense to be installed
noinst_SCRIPTS=size_rtems
-
-# HACK: install into build-tree
-preinstall: install-exec-local
-
-install-exec-local: size_rtems
- $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/bin
- $(INSTALL_SCRIPT) size_rtems $(PROJECT_ROOT)/${RTEMS_BSP}/bin
-
-include $(top_srcdir)/../../../../../../automake/local.am