summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-03 18:11:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-03 18:11:35 +0000
commit163b29a6536920c673805304a3c30e09c0384217 (patch)
treeaad5a7e3c1f413161e1e329f15b7afc7568741ab /c/src/librdbg
parentPatch from Erik Ivanenko <erik.ivanenko@utoronto.ca> to correct a bug (diff)
downloadrtems-163b29a6536920c673805304a3c30e09c0384217.tar.bz2
Generated files were accidentally included in the library.
Diffstat (limited to 'c/src/librdbg')
-rw-r--r--c/src/librdbg/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/librdbg/src/Makefile.in b/c/src/librdbg/src/Makefile.in
index 11d4054940..5503b34a22 100644
--- a/c/src/librdbg/src/Makefile.in
+++ b/c/src/librdbg/src/Makefile.in
@@ -40,7 +40,7 @@ X_FILE2=remdeb_f.x
X_FILES=$(X_FILE1) $(X_FILE2)
SRCS=$(C_FILES) $(ASM_FILES)
-OBJS=$(X_FILES) $(H_FILES) $(C_GEN_FILES) $(C_GEN_O_FILES) $(C_O_FILES) $(ASM_O_FILES)
+OBJS=$(C_GEN_O_FILES) $(C_O_FILES) $(ASM_O_FILES)
RPCGEN=rpcgen
AWK=awk