summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/i386/any/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-13 15:54:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-13 15:54:23 +0000
commitd16faa2e6087269ec754c126690a1a3646b60a1e (patch)
treeeb4a0eb283c8e521d84a626d7b2a24ccc1980632 /c/src/librdbg/src/i386/any/Makefile.am
parentFirst attempt at adding simple binary semaphore in addition to the current (diff)
downloadrtems-d16faa2e6087269ec754c126690a1a3646b60a1e.tar.bz2
Patch rtems-rc-19991203-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to correct the missing part of the mcp750 patch.
Diffstat (limited to '')
-rw-r--r--c/src/librdbg/src/i386/any/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/librdbg/src/i386/any/Makefile.am b/c/src/librdbg/src/i386/any/Makefile.am
index db2e59d430..45bb35c04a 100644
--- a/c/src/librdbg/src/i386/any/Makefile.am
+++ b/c/src/librdbg/src/i386/any/Makefile.am
@@ -28,12 +28,8 @@ H_FILES = remdeb.h
# X source names
X_FILES = remdeb.x remdeb_f.x
-SRCS = $(C_FILES) $(S_FILES) $(GEN_C_FILES) $(H_FILES)
OBJS = $(GEN_C_O_FILES) $(C_O_FILES) $(S_O_FILES)
-RPCGEN = @RPCGEN@
-AWK = @AWK@
-
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/lib.am