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).
This commit is contained in:
Ralf Corsepius
2003-08-11 04:37:34 +00:00
parent 3ffcd229da
commit 7ebeaa13b9
6 changed files with 16 additions and 12 deletions

View File

@@ -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> 2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
PR 369/filesystem PR 369/filesystem

View File

@@ -14,7 +14,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h H_FILES = system.h
noinst_HEADERS = $(H_FILES) noinst_HEADERS = $(H_FILES)
DOCTYPES = doc scn DOCTYPES = doc
DOCS = $(DOCTYPES:%=$(SAMPLE).%) DOCS = $(DOCTYPES:%=$(SAMPLE).%)
SRCS = $(DOCS) $(C_FILES) $(H_FILES) SRCS = $(DOCS) $(C_FILES) $(H_FILES)

View File

@@ -13,10 +13,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = netconfig.h system.h H_FILES = netconfig.h system.h
DOCTYPES = scn SRCS = $(C_FILES) $(H_FILES)
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
SRCS = $(DOCS) $(C_FILES) $(H_FILES)
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
PRINT_SRCS = $(DOCS) PRINT_SRCS = $(DOCS)
@@ -38,6 +35,6 @@ ${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe) $(make-exe)
endif endif
EXTRA_DIST = $(C_FILES) $(H_FILES) $(DOCS) EXTRA_DIST = $(C_FILES) $(H_FILES)
include $(top_srcdir)/../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -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> 2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
PR 369/filesystem PR 369/filesystem

View File

@@ -14,7 +14,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h H_FILES = system.h
noinst_HEADERS = $(H_FILES) noinst_HEADERS = $(H_FILES)
DOCTYPES = doc scn DOCTYPES = doc
DOCS = $(DOCTYPES:%=$(SAMPLE).%) DOCS = $(DOCTYPES:%=$(SAMPLE).%)
SRCS = $(DOCS) $(C_FILES) $(H_FILES) SRCS = $(DOCS) $(C_FILES) $(H_FILES)

View File

@@ -13,10 +13,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = netconfig.h system.h H_FILES = netconfig.h system.h
DOCTYPES = scn SRCS = $(C_FILES) $(H_FILES)
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
SRCS = $(DOCS) $(C_FILES) $(H_FILES)
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
PRINT_SRCS = $(DOCS) PRINT_SRCS = $(DOCS)
@@ -38,6 +35,6 @@ ${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe) $(make-exe)
endif endif
EXTRA_DIST = $(C_FILES) $(H_FILES) $(DOCS) EXTRA_DIST = $(C_FILES) $(H_FILES)
include $(top_srcdir)/../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am