summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-06 08:09:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-06 08:09:41 +0000
commit4e942c89d1fa55c63de435fc11774707b663a3ae (patch)
tree377ef93344a13527317b97d9e0a6436a7213fe7d /c/src/lib/libbsp/sh/shsim/Makefile.am
parent2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4e942c89d1fa55c63de435fc11774707b663a3ae.tar.bz2
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../sh/shared instead of ../shared. Reformat.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sh/shsim/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/shsim/Makefile.am b/c/src/lib/libbsp/sh/shsim/Makefile.am
index ed3dc13479..b08c09694a 100644
--- a/c/src/lib/libbsp/sh/shsim/Makefile.am
+++ b/c/src/lib/libbsp/sh/shsim/Makefile.am
@@ -104,7 +104,7 @@ noinst_DATA += trap34$(LIB_VARIANT).rel
EXTRA_PROGRAMS += console.rel
CLEANFILES += console.rel
-console_rel_SOURCES = ../shared/console.c
+console_rel_SOURCES = ../../sh/shared/console.c
console_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)