summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-31 23:20:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-31 23:20:35 +0000
commit6b719b8d127cd21d3233090ae2cc9dc855ce7504 (patch)
treedd585abb858076ee04019b09db72468097693366 /c
parentRegenerated. (diff)
downloadrtems-6b719b8d127cd21d3233090ae2cc9dc855ce7504.tar.bz2
Fixed typos and mistakes related to adding gnatsupp.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.in3
-rw-r--r--c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in2
2 files changed, 2 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.in b/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.in
index 29bd3a7662..2b31c34a86 100644
--- a/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.in
+++ b/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.in
@@ -29,7 +29,7 @@ S_PIECES=
S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
-SRCS=linkcmds $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
+SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
@@ -61,7 +61,6 @@ ${PGM}: ${SRCS} ${OBJS}
$(make-rel)
all: ${ARCH} $(SRCS) $(PGM)
- $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
diff --git a/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in b/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in
index 228096dc10..c76b9c044f 100644
--- a/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in
+++ b/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in
@@ -15,7 +15,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@
-BSP_PIECES=startup console clock timer gnat_supp
+BSP_PIECES=startup console clock timer gnatsupp
# pieces to pick up out of libcpu/sparc
CPU_PIECES=reg_win
GENERIC_PIECES=