From 550b6da6600ff599b3652004379cf7f964992c4a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Mar 1999 21:38:37 +0000 Subject: Install remote debugger pieces. --- c/src/lib/include/Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 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) \ -- cgit v1.2.3