forked from Imagelibrary/rtems
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc505/Makefile.am: Fix typo vectors/vectors.S. * shared/Makefile.am: Fix typo EXTRA_DIST = $(libcpuspec_C_FILES)
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* mpc505/Makefile.am: Fix typo vectors/vectors.S.
|
||||||
|
* shared/Makefile.am: Fix typo
|
||||||
|
EXTRA_DIST = $(libcpuspec_C_FILES)
|
||||||
|
|
||||||
2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* ppc403/Makefile.am: Fix typo in vectors' compilation rule.
|
* ppc403/Makefile.am: Fix typo in vectors' compilation rule.
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ CLEANDIRS += timer/o-optimize timer/o-debug
|
|||||||
noinst_DATA += timer/$(ARCH)/timer.rel
|
noinst_DATA += timer/$(ARCH)/timer.rel
|
||||||
|
|
||||||
## vector
|
## vector
|
||||||
vectors_S_FILES = vectors.S
|
vectors_S_FILES = vectors/vectors.S
|
||||||
EXTRA_DIST += $(vectors_S_FILES)
|
EXTRA_DIST += $(vectors_S_FILES)
|
||||||
|
|
||||||
vectors_rel_OBJECTS = \
|
vectors_rel_OBJECTS = \
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ include/$(ARCH)/libcpuspec.a: $(libcpuspec_OBJS)
|
|||||||
$(make-library)
|
$(make-library)
|
||||||
CLEANDIRS = include/o-optimize include/o-debug
|
CLEANDIRS = include/o-optimize include/o-debug
|
||||||
|
|
||||||
EXTRA_DIST = libcpuspec_C_FILES
|
EXTRA_DIST = $(libcpuspec_C_FILES)
|
||||||
|
|
||||||
# src
|
# src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user