summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-08 21:38:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-08 21:38:37 +0000
commit550b6da6600ff599b3652004379cf7f964992c4a (patch)
tree54eea3ea9441418600e63df11fd938efe933733e /c
parentSwitched sense of tests configure flag to really be off by default. (diff)
downloadrtems-550b6da6600ff599b3652004379cf7f964992c4a.tar.bz2
Install remote debugger pieces.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/include/Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/c/src/lib/include/Makefile.in b/c/src/lib/include/Makefile.in
index d5643b1313..128f52c674 100644
--- a/c/src/lib/include/Makefile.in
+++ b/c/src/lib/include/Makefile.in
@@ -30,12 +30,9 @@ RTEMSCPLUSPLUS_H_FILES=$(RTEMSCPLUSPLUS_H_PIECES:%=$(srcdir)/rtems++/%.h)
RPC_H_PIECES= auth clnt rpc rpc_msg svc svc_auth types xdr
RPC_H_FILES=$(RPC_H_PIECES:%=$(srcdir)/rpc/%.h)
-RDBG_H_PIECES= servrpc rdbg $(RTEMS_CPU)/rdbg_f $(RTEMS_CPU)/reg
-RDBG_H_FILES=$(RDBG_H_PIECES:%=$(srcdir)/rdbg/%.h)
-
# We only build the rdbg library if HAS_NETWORKING and HAS_RDBG was defined
RDBG_H_PIECES_yes_yes_V = servrpc rdbg $(RTEMS_CPU)/rdbg_f $(RTEMS_CPU)/reg
-RDBG_H_FILES=$($(LIBRDBG_$(HAS_NETWORKING)_$(HAS_RDBG)_V):%=$(srcdir)/rdbg/%.h)
+RDBG_H_FILES=$(RDBG_H_PIECES_$(HAS_NETWORKING)_$(HAS_RDBG)_V:%=$(srcdir)/rdbg/%.h)
SRCS=$(H_FILES) $(SYS_H_FILES) \
$(MOTOROLA_H_FILES) $(RTEMSCPLUSPLUS_H_FILES) \