summaryrefslogtreecommitdiffstats
path: root/c/src/exec/wrapup/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-25 01:02:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-25 01:02:33 +0000
commit3108b76c7d17e82fae4d198eadf50bd0135e8ffa (patch)
tree25c38ea45ee026387efe57e1ca655886241d6330 /c/src/exec/wrapup/rtems
parentutime.h moved to c/src/lib/include/sys since it is needed by some libc (diff)
downloadrtems-3108b76c7d17e82fae4d198eadf50bd0135e8ffa.tar.bz2
Regenerated.
Diffstat (limited to 'c/src/exec/wrapup/rtems')
-rw-r--r--c/src/exec/wrapup/rtems/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/wrapup/rtems/Makefile.in b/c/src/exec/wrapup/rtems/Makefile.in
index 702f4edf26..863a622e17 100644
--- a/c/src/exec/wrapup/rtems/Makefile.in
+++ b/c/src/exec/wrapup/rtems/Makefile.in
@@ -51,7 +51,7 @@ CLOBBER_ADDITIONS +=
$(LIB): ${OBJS}
$(make-library)
cd $(PROJECT_ROOT) ; \
- $(PROJECT_RELEASE)/bin/size_rtems $(RTEMS_BSP) $(ARCH) \
+ $(PROJECT_RELEASE)/../c/src/exec/score/tools/generic/size_rtems $(RTEMS_BSP) $(ARCH) \
>$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt
all: ${ARCH} $(SRCS) $(LIB)