Changeset 7ebeaa1 in rtems


Ignore:
Timestamp:
08/11/03 04:37:34 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7dcc3fe
Parents:
3ffcd229
Message:

2003-08-11 Ralf Corsepius <corsepiu@…>

  • fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
  • pppd/Makefile.am: Remove references to DOC* (Don't exist).
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/samples/ChangeLog

    r3ffcd229 r7ebeaa1  
     12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
     4        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
     5
    162003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
    27
  • c/src/tests/samples/fileio/Makefile.am

    r3ffcd229 r7ebeaa1  
    1515noinst_HEADERS = $(H_FILES)
    1616
    17 DOCTYPES = doc scn
     17DOCTYPES = doc
    1818DOCS = $(DOCTYPES:%=$(SAMPLE).%)
    1919
  • c/src/tests/samples/pppd/Makefile.am

    r3ffcd229 r7ebeaa1  
    1414H_FILES = netconfig.h  system.h
    1515
    16 DOCTYPES = scn
    17 DOCS = $(DOCTYPES:%=$(SAMPLE).%)
    18 
    19 SRCS = $(DOCS) $(C_FILES) $(H_FILES)
     16SRCS = $(C_FILES) $(H_FILES)
    2017OBJS = $(C_O_FILES)
    2118
     
    3936endif
    4037
    41 EXTRA_DIST = $(C_FILES) $(H_FILES) $(DOCS)
     38EXTRA_DIST = $(C_FILES) $(H_FILES)
    4239
    4340include $(top_srcdir)/../../../../automake/local.am
  • testsuites/samples/ChangeLog

    r3ffcd229 r7ebeaa1  
     12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
     4        * pppd/Makefile.am: Remove references to DOC* (Don't exist).
     5
    162003-08-06      Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
    27
  • testsuites/samples/fileio/Makefile.am

    r3ffcd229 r7ebeaa1  
    1515noinst_HEADERS = $(H_FILES)
    1616
    17 DOCTYPES = doc scn
     17DOCTYPES = doc
    1818DOCS = $(DOCTYPES:%=$(SAMPLE).%)
    1919
  • testsuites/samples/pppd/Makefile.am

    r3ffcd229 r7ebeaa1  
    1414H_FILES = netconfig.h  system.h
    1515
    16 DOCTYPES = scn
    17 DOCS = $(DOCTYPES:%=$(SAMPLE).%)
    18 
    19 SRCS = $(DOCS) $(C_FILES) $(H_FILES)
     16SRCS = $(C_FILES) $(H_FILES)
    2017OBJS = $(C_O_FILES)
    2118
     
    3936endif
    4037
    41 EXTRA_DIST = $(C_FILES) $(H_FILES) $(DOCS)
     38EXTRA_DIST = $(C_FILES) $(H_FILES)
    4239
    4340include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.