summaryrefslogtreecommitdiffstats
path: root/c/src/exec/wrapup/rtems/Makefile.in
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 /c/src/exec/wrapup/rtems/Makefile.in
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 'c/src/exec/wrapup/rtems/Makefile.in')
-rw-r--r--c/src/exec/wrapup/rtems/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/wrapup/rtems/Makefile.in b/c/src/exec/wrapup/rtems/Makefile.in
index 863a622e17..6d8c0b2e53 100644
--- a/c/src/exec/wrapup/rtems/Makefile.in
+++ b/c/src/exec/wrapup/rtems/Makefile.in
@@ -51,8 +51,8 @@ CLOBBER_ADDITIONS +=
$(LIB): ${OBJS}
$(make-library)
cd $(PROJECT_ROOT) ; \
- $(PROJECT_RELEASE)/../c/src/exec/score/tools/generic/size_rtems $(RTEMS_BSP) $(ARCH) \
- >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt
+ $(SHELL) $(PROJECT_ROOT)/c/src/exec/score/tools/generic/size_rtems $(RTEMS_BSP) $(ARCH) \
+ >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt
all: ${ARCH} $(SRCS) $(LIB)
$(INSTALL_VARIANT) -m 644 $(LIB) ${PROJECT_RELEASE}/lib