2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* ide/Makefile.am: Remove all-local: $(ARCH).
	* network/Makefile.am: Remove all-local: $(ARCH).
	* rtc/Makefile.am: Remove all-local: $(ARCH).
	* serial/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
Ralf Corsepius
2003-12-02 04:46:03 +00:00
parent 457cd0f3f3
commit ad2b936666
5 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ide/Makefile.am: Remove all-local: $(ARCH).
* network/Makefile.am: Remove all-local: $(ARCH).
* rtc/Makefile.am: Remove all-local: $(ARCH).
* serial/Makefile.am: Remove all-local: $(ARCH).
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ide/Makefile.am: Use dirstamps for preinstallation. Reformat.

View File

@@ -22,7 +22,7 @@ include_ide_HEADERS = ata.h ide_ctrl_cfg.h ide_ctrl.h ide_ctrl_io.h
$(LIB): $(OBJS)
$(make-library)
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
all-local: $(PREINSTALL_FILES) $(LIB)
endif
EXTRA_DIST = $(C_FILES)

View File

@@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
if HAS_NETWORKING
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
endif
endif

View File

@@ -24,7 +24,7 @@ include_libchip_HEADERS = rtc.h icm7170.h m48t08.h
$(LIB): $(OBJS)
$(make-library)
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
all-local: $(PREINSTALL_FILES) $(LIB)
endif
DOC_FILES = README.ds1643 README.icm7170 README.m48t08 README.m48t18 STATUS

View File

@@ -25,7 +25,7 @@ include_libchip_HEADERS = mc68681.h ns16550.h z85c30.h serial.h sersupp.h
$(LIB): $(OBJS)
$(make-library)
all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB)
all-local: $(PREINSTALL_FILES) $(LIB)
endif
DOC_FILES = README.mc68681 README.ns16550 README.xr88681 README.z85c30 \