summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/i386/any
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-06 13:44:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-06 13:44:56 +0000
commit39e6bbe1aa6212cfad9f1424a5e3e0394aeec1f9 (patch)
tree388f8282e3587c4956c0114ea1987e3ba43f9ca6 /c/src/librdbg/src/i386/any
parentchanged version to 19991203 (diff)
downloadrtems-39e6bbe1aa6212cfad9f1424a5e3e0394aeec1f9.tar.bz2
Patch patches-rc-19991203-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which makes i386 code available for all BSPs not just pc386. This is correct since the code is really general to all i386 BSPs now.
Diffstat (limited to 'c/src/librdbg/src/i386/any')
-rw-r--r--c/src/librdbg/src/i386/any/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/librdbg/src/i386/any/Makefile.am b/c/src/librdbg/src/i386/any/Makefile.am
index 2ef724a0ae..db2e59d430 100644
--- a/c/src/librdbg/src/i386/any/Makefile.am
+++ b/c/src/librdbg/src/i386/any/Makefile.am
@@ -60,7 +60,7 @@ $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIBVARIANT).a
CLEANFILES += $(LIB) $(H_FILES) $(GEN_C_FILES)
-FRONTEND = \"$(RTEMS_CPU)/@RTEMS_BSP@/remdeb_f.x\"
+FRONTEND = \"$(RTEMS_CPU)/any/remdeb_f.x\"
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIBVARIANT).a: $(LIB)
$(INSTALL_DATA) $< $@