summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/i386
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-30 14:28:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-30 14:28:39 +0000
commit7c2243e3529c5a319ecf1c982bdeb439afe5879f (patch)
treeb62f3f5533a53cb432b6e7c4951df25c0c94c837 /c/src/librdbg/src/i386
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-7c2243e3529c5a319ecf1c982bdeb439afe5879f.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
The patch below actually consists of 3 patches: 1. Addition of maintainer-mode dependencies on config.status and aclocal.m4 for autoconf toplevel Makefile.ins. These rules are taken over from automake generated Makefile.ins, i.e. they are contained in any automake generated toplevel Makefile.in. Having this patch in is at least a great releaf for me when working on RTEMS configuration :) 2. Automated support for #1 in acpolish 3. Some minor "beautifications" on Makefile.ins resulting from running acpolish. FYI: This patch has been generated by running tools/update/rtems-polish.sh -ac on the source tree and manually editing the resulting patch afterwards to work around a problem with acpolish, which still corrupts one Makefile.in - WARNING: Be careful with running acpolish! I expect this patch not to have any influence on normal users, unless they use --enable-maintainer-mode, thus merging it should be rather harmless.
Diffstat (limited to '')
-rw-r--r--c/src/librdbg/src/i386/any/Makefile.in7
-rw-r--r--c/src/librdbg/src/i386/pc386/Makefile.in7
2 files changed, 6 insertions, 8 deletions
diff --git a/c/src/librdbg/src/i386/any/Makefile.in b/c/src/librdbg/src/i386/any/Makefile.in
index 77b522f08b..bf4a9cb65f 100644
--- a/c/src/librdbg/src/i386/any/Makefile.in
+++ b/c/src/librdbg/src/i386/any/Makefile.in
@@ -17,10 +17,9 @@ LIBNAME = librdbg.a
LIB = ${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
-C_PIECES = rdbg servcon servbkpt servrpc excep excep_f \
- servtgt servtsp servutil _servtgt rdbg_f \
- ptrace
-
+C_PIECES = rdbg servcon servbkpt servrpc excep excep_f servtgt servtsp \
+ servutil _servtgt rdbg_f ptrace
+
C_FILES = $(C_PIECES:%=%.c)
C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
diff --git a/c/src/librdbg/src/i386/pc386/Makefile.in b/c/src/librdbg/src/i386/pc386/Makefile.in
index 77b522f08b..bf4a9cb65f 100644
--- a/c/src/librdbg/src/i386/pc386/Makefile.in
+++ b/c/src/librdbg/src/i386/pc386/Makefile.in
@@ -17,10 +17,9 @@ LIBNAME = librdbg.a
LIB = ${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
-C_PIECES = rdbg servcon servbkpt servrpc excep excep_f \
- servtgt servtsp servutil _servtgt rdbg_f \
- ptrace
-
+C_PIECES = rdbg servcon servbkpt servrpc excep excep_f servtgt servtsp \
+ servutil _servtgt rdbg_f ptrace
+
C_FILES = $(C_PIECES:%=%.c)
C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)