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

* pppd/Makefile.am: Remove all-local: $(ARCH).
	* rtems_servers/Makefile.am: Remove all-local: $(ARCH).
	* rtems_telnetd/Makefile.am: Remove all-local: $(ARCH).
	* rtems_webserver/Makefile.am: Remove all-local: $(ARCH).
	* wrapup/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
Ralf Corsepius
2003-12-02 04:41:19 +00:00
parent f2fc5cfe3d
commit 45d7f4c961
10 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ include_rtems_HEADERS =
$(LIB): $(OBJS)
$(make-library)
all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB)
endif
.PRECIOUS: $(LIB)