mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2002-07-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix oversights in previous patch.
This commit is contained in:
@@ -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>
|
||||
|
||||
* rtems.S: Remove.
|
||||
|
||||
@@ -38,10 +38,10 @@ REL = $(ARCH)/rtems-cpu.rel
|
||||
$(REL): $(C_O_FILES) $(S_O_FILES)
|
||||
$(make-rel)
|
||||
|
||||
all-local: $(ARCH) $(TMPINSTALL_FILES) $(REL) $(ARCH)/rtems.o
|
||||
all-local: $(ARCH) $(TMPINSTALL_FILES) $(REL)
|
||||
|
||||
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
|
||||
|
||||
@@ -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>
|
||||
|
||||
* rtems.S: Remove.
|
||||
|
||||
Reference in New Issue
Block a user