2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* liblnk/regs.S: Remove (Renamed into liblnk/regs.h).
        * liblnk/regs.h: New (Renamed from liblnk/regs.S).
        * Makefile.am, liblnk/pmon.S: Reflect renamer.
This commit is contained in:
Ralf Corsepius
2008-09-29 13:23:51 +00:00
parent 7be8d6b95c
commit 25c0236eb5
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* liblnk/regs.S: Remove (Renamed into liblnk/regs.h).
* liblnk/regs.h: New (Renamed from liblnk/regs.S).
* Makefile.am, liblnk/pmon.S: Reflect renamer.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove noinst_PROGRAMS (Unused).

View File

@@ -18,7 +18,7 @@ DISTCLEANFILES = include/bspopts.h
nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S start/regs.S
EXTRA_DIST = start/start.S start/regs.h
start.$(OBJEXT): start/start.S
$(CPPASCOMPILE) -o $@ -c $<