forked from Imagelibrary/rtems
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* m68040/fpsp/Makefile.am: Remove all-local: $(ARCH). * shared/cache/Makefile.am: Remove all-local: $(ARCH). * shared/misc/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>
|
||||
|
||||
* m68040/fpsp/Makefile.am: Remove all-local: $(ARCH).
|
||||
* shared/cache/Makefile.am: Remove all-local: $(ARCH).
|
||||
* shared/misc/Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* m68040/Makefile.am: Reformat.
|
||||
|
||||
@@ -28,7 +28,7 @@ $(PGM): $(OBJS)
|
||||
$(make-rel)
|
||||
|
||||
if m68040
|
||||
all-local: $(ARCH) $(OBJS) $(PGM)
|
||||
all-local: $(OBJS) $(PGM)
|
||||
endif
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
@@ -20,7 +20,7 @@ AM_CPPFLAGS += -I$(srcdir)
|
||||
cache.h: $(top_srcdir)/../shared/include/cache.h
|
||||
cp $< $@
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
|
||||
all-local: $(PREINSTALL_FILES) $(OBJS)
|
||||
|
||||
CLEANFILES = cache.h
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ endif
|
||||
|
||||
AM_CPPFLAGS += $(M68K_CPPFLAGS)
|
||||
|
||||
all-local: $(ARCH) $(OBJS)
|
||||
all-local: $(OBJS)
|
||||
|
||||
EXTRA_DIST = memcpy.c m68kidle.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user