summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-11 04:37:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-11 04:37:34 +0000
commit7ebeaa13b9aef2cebb8c6f10457cf52c89db3be0 (patch)
tree5730464e86e4d27f2d29c9b5aa80eeffdbeb78b1 /testsuites/samples
parent2003-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7ebeaa13b9aef2cebb8c6f10457cf52c89db3be0.tar.bz2
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* fileio/Makefile.am: Remove references to *.scn (Doesn't exist). * pppd/Makefile.am: Remove references to DOC* (Don't exist).
Diffstat (limited to '')
-rw-r--r--testsuites/samples/ChangeLog5
-rw-r--r--testsuites/samples/fileio/Makefile.am2
-rw-r--r--testsuites/samples/pppd/Makefile.am7
3 files changed, 8 insertions, 6 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 9d78bea027..6c9a8d0b75 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
+ * pppd/Makefile.am: Remove references to DOC* (Don't exist).
+
2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
PR 369/filesystem
diff --git a/testsuites/samples/fileio/Makefile.am b/testsuites/samples/fileio/Makefile.am
index 4ea7b3a71d..0a65a0bb97 100644
--- a/testsuites/samples/fileio/Makefile.am
+++ b/testsuites/samples/fileio/Makefile.am
@@ -14,7 +14,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
-DOCTYPES = doc scn
+DOCTYPES = doc
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
SRCS = $(DOCS) $(C_FILES) $(H_FILES)
diff --git a/testsuites/samples/pppd/Makefile.am b/testsuites/samples/pppd/Makefile.am
index 7e429e499d..a60e70a9b6 100644
--- a/testsuites/samples/pppd/Makefile.am
+++ b/testsuites/samples/pppd/Makefile.am
@@ -13,10 +13,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = netconfig.h system.h
-DOCTYPES = scn
-DOCS = $(DOCTYPES:%=$(SAMPLE).%)
-
-SRCS = $(DOCS) $(C_FILES) $(H_FILES)
+SRCS = $(C_FILES) $(H_FILES)
OBJS = $(C_O_FILES)
PRINT_SRCS = $(DOCS)
@@ -38,6 +35,6 @@ ${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
endif
-EXTRA_DIST = $(C_FILES) $(H_FILES) $(DOCS)
+EXTRA_DIST = $(C_FILES) $(H_FILES)
include $(top_srcdir)/../../../../automake/local.am