diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 1999-09-07 13:45:03 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 1999-09-07 13:45:03 +0000 |
commit | e1d8abbe2800defb344dcce54c401733edd1d37a (patch) | |
tree | 56e416222d2ed47222be37f868a06c93656edc72 /c/src/librdbg/src/i386/any/Makefile.in | |
parent | Removed by patch rtems-rc-19990820-6.diff.gz from (diff) | |
download | rtems-e1d8abbe2800defb344dcce54c401733edd1d37a.tar.bz2 |
Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.
Diffstat (limited to 'c/src/librdbg/src/i386/any/Makefile.in')
-rw-r--r-- | c/src/librdbg/src/i386/any/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/librdbg/src/i386/any/Makefile.in b/c/src/librdbg/src/i386/any/Makefile.in index bf4a9cb65f..c6b258ee11 100644 --- a/c/src/librdbg/src/i386/any/Makefile.in +++ b/c/src/librdbg/src/i386/any/Makefile.in @@ -5,8 +5,8 @@ @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ -top_builddir = ../../.. -subdir = librdbg/i386/pc386 +top_builddir = ../.. +subdir = i386/pc386 RTEMS_ROOT = @RTEMS_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@ |