From 7ebeaa13b9aef2cebb8c6f10457cf52c89db3be0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 11 Aug 2003 04:37:34 +0000 Subject: 2003-08-11 Ralf Corsepius * fileio/Makefile.am: Remove references to *.scn (Doesn't exist). * pppd/Makefile.am: Remove references to DOC* (Don't exist). --- testsuites/samples/ChangeLog | 5 +++++ testsuites/samples/fileio/Makefile.am | 2 +- testsuites/samples/pppd/Makefile.am | 7 ++----- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'testsuites/samples') 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 + + * 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 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 -- cgit v1.2.3