summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-11 21:56:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-11 21:56:30 +0000
commit360930c376c7db7b760f87cd763ad22876d04117 (patch)
tree10f30c1058a82cf57d2129265973a647264c6a3e /c
parentFixed hppa1.1 configuration. (diff)
downloadrtems-360930c376c7db7b760f87cd763ad22876d04117.tar.bz2
Install size info using "standard" suffix.
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/wrapup/rtems/Makefile.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/c/src/exec/wrapup/rtems/Makefile.in b/c/src/exec/wrapup/rtems/Makefile.in
index b654e51f13..6da332c467 100644
--- a/c/src/exec/wrapup/rtems/Makefile.in
+++ b/c/src/exec/wrapup/rtems/Makefile.in
@@ -41,18 +41,11 @@ LDFLAGS +=
CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
-EXTENSION_SUFFIX_$(TARGET_ARCH)_V=
-EXTENSION_SUFFIX_$(TARGET_ARCH)-debug_V=_debug
-EXTENSION_SUFFIX_$(TARGET_ARCH)-profile_V=_profile
-
-EXTENSION_VARIANT=$(EXTENSION_SUFFIX_$(ARCH)_V)
-
-
$(LIB): ${OBJS}
$(make-library)
cd $(PROJECT_ROOT) ; \
$(PROJECT_RELEASE)/bin/size_rtems $(RTEMS_BSP) $(ARCH) \
- >$(PROJECT_RELEASE)/lib/sizeinfo$(EXTENSION_VARIANT).txt
+ >$(PROJECT_RELEASE)/lib/sizeinfo$(LIB_VARIANT).txt
all: ${ARCH} $(SRCS) $(LIB)
$(INSTALL_VARIANT) -m 644 $(LIB) ${PROJECT_RELEASE}/lib