summaryrefslogtreecommitdiffstats
path: root/tools/cpu/generic/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-29 17:47:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-29 17:47:24 +0000
commit39560f1b0f0bec1539d397bdaeecfc12c01ea3dc (patch)
tree4e084dde94275c500848c79f1662cf6f84e32505 /tools/cpu/generic/Makefile.am
parentPatch from Rosimildo DaSilva <rdasilva@connecttel.com> and (diff)
downloadrtems-39560f1b0f0bec1539d397bdaeecfc12c01ea3dc.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to fix size_rtems
problem.
Diffstat (limited to '')
-rw-r--r--tools/cpu/generic/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/cpu/generic/Makefile.am b/tools/cpu/generic/Makefile.am
index d5d90cd490..476d6bab83 100644
--- a/tools/cpu/generic/Makefile.am
+++ b/tools/cpu/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