summaryrefslogtreecommitdiffstats
path: root/c/src/exec/wrapup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-22 17:27:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-22 17:27:49 +0000
commit86765accd2c4a9f15f911c598773aebf48744e02 (patch)
treed5958c8e5f73aa6bc56970997e62feff2fb29e14 /c/src/exec/wrapup
parentChanged from .align to .p2align to avoid differences in meaning of (diff)
downloadrtems-86765accd2c4a9f15f911c598773aebf48744e02.tar.bz2
Changed invocation of size_rtems to match new autoconf'ed version.
Diffstat (limited to 'c/src/exec/wrapup')
-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 dbb072dc7e..632e91025a 100644
--- a/c/src/exec/wrapup/rtems/Makefile.in
+++ b/c/src/exec/wrapup/rtems/Makefile.in
@@ -46,7 +46,7 @@ CLOBBER_ADDITIONS +=
$(LIB): ${OBJS}
$(make-library)
cd $(PROJECT_ROOT) ; \
- $(PROJECT_RELEASE)/bin/size_rtems $(RTEMS_CPU) $(RTEMS_BSP) \
+ $(PROJECT_RELEASE)/bin/size_rtems $(RTEMS_BSP) \
>$(PROJECT_RELEASE)/lib/sizeinfo.txt
all: ${ARCH} $(SRCS) $(LIB)