2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Fix oversights in previous patch.
This commit is contained in:
Ralf Corsepius
2002-07-21 17:02:20 +00:00
parent 5e53a556b5
commit c08c6b5d1f
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix oversights in previous patch.
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems.S: Remove. * rtems.S: Remove.

View File

@@ -38,10 +38,10 @@ REL = $(ARCH)/rtems-cpu.rel
$(REL): $(C_O_FILES) $(S_O_FILES) $(REL): $(C_O_FILES) $(S_O_FILES)
$(make-rel) $(make-rel)
all-local: $(ARCH) $(TMPINSTALL_FILES) $(REL) $(ARCH)/rtems.o all-local: $(ARCH) $(TMPINSTALL_FILES) $(REL)
UNUSED_FILES = irq_stub.S UNUSED_FILES = irq_stub.S
EXTRA_DIST = TODO rtems.S $(C_FILES) $(S_FILES) $(UNUSED_FILES) EXTRA_DIST = TODO $(C_FILES) $(S_FILES) $(UNUSED_FILES)
include $(top_srcdir)/../../../../../../../automake/local.am include $(top_srcdir)/../../../../../../../automake/local.am

View File

@@ -1,3 +1,7 @@
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix oversights in previous patch.
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems.S: Remove. * rtems.S: Remove.