forked from Imagelibrary/rtems
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cache/Makefile.am: Remove all-local: $(ARCH). * reg_win/Makefile.am: Remove all-local: $(ARCH). * syscall/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* cache/Makefile.am: Remove all-local: $(ARCH).
|
||||
* reg_win/Makefile.am: Remove all-local: $(ARCH).
|
||||
* syscall/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
|
||||
|
||||
2
c/src/lib/libcpu/sparc/cache/Makefile.am
vendored
2
c/src/lib/libcpu/sparc/cache/Makefile.am
vendored
@@ -24,7 +24,7 @@ AM_CPPFLAGS += -I$(srcdir) $(CACHE_DEFINE)
|
||||
cache.h: $(top_srcdir)/../shared/include/cache.h
|
||||
cp $< $@
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
||||
all-local: $(PREINSTALL_FILES) $(OBJS)
|
||||
|
||||
CLEANFILES = cache.h
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ $(PGM): $(reg_win_rel_OBJECTS)
|
||||
# the .rel file built here will be put into libbsp.a by
|
||||
# libbsp/sparc/BSP/wrapup/Makefile
|
||||
|
||||
all-local: $(ARCH) $(reg_win_rel_OBJECTS) $(PGM)
|
||||
all-local: $(reg_win_rel_OBJECTS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ $(PGM): $(syscall_rel_OBJECTS)
|
||||
# the .rel file built here will be put into libbsp.a by
|
||||
# libbsp/sparc/BSP/wrapup/Makefile
|
||||
|
||||
all-local: $(ARCH) $(syscall_rel_OBJECTS) $(PGM)
|
||||
all-local: $(syscall_rel_OBJECTS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user