2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* tm20/Makefile.am: Remove stubdir.rel
This commit is contained in:
Joel Sherrill
2001-01-26 21:56:25 +00:00
parent 55a86b4528
commit d481f9a968
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm20/Makefile.am: Remove stubdir.rel
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -18,7 +18,7 @@ DOCTYPES = doc
DOCS = $(DOCTYPES:%=$(TEST).%)
SRCS = $(DOCS) $(C_FILES) $(H_FILES)
OBJS = $(C_O_FILES) ../../support/stubdr/$(ARCH)/stubdr.rel
OBJS = $(C_O_FILES)
PRINT_SRCS = $(DOCS)

View File

@@ -1,3 +1,7 @@
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm20/Makefile.am: Remove stubdir.rel
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -18,7 +18,7 @@ DOCTYPES = doc
DOCS = $(DOCTYPES:%=$(TEST).%)
SRCS = $(DOCS) $(C_FILES) $(H_FILES)
OBJS = $(C_O_FILES) ../../support/stubdr/$(ARCH)/stubdr.rel
OBJS = $(C_O_FILES)
PRINT_SRCS = $(DOCS)