summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/start/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-21 15:25:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-21 15:25:05 +0000
commitfb16fed75af901ef67a2f887fc119b37414eccfb (patch)
treec72306514934eb34c0474be0504146ad2474accb /c/src/lib/libbsp/powerpc/shared/start/Makefile.in
parentPatch rtems-rc-19991203-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fb16fed75af901ef67a2f887fc119b37414eccfb.tar.bz2
Patch rtems-rc-19991203-10.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which fixes a couple of bugs in RTEMS's old style Makefile.ins, which apparently were introduced by moving the start directories and not having adapted the Makefile.ins. To apply: patch -p1 < rtems-rc-19991203-10.diff
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/start/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/start/Makefile.in b/c/src/lib/libbsp/powerpc/shared/start/Makefile.in
index 08ba289e91..e4b90cc9ca 100644
--- a/c/src/lib/libbsp/powerpc/shared/start/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/shared/start/Makefile.in
@@ -6,7 +6,7 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = ../../..
-subdir = powerpc/mcp750/start
+subdir = powerpc/shared/start
RTEMS_ROOT = @RTEMS_ROOT@
PROJECT_ROOT = @PROJECT_ROOT@