mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-30 00:10:16 +00:00
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:
@@ -1,3 +1,11 @@
|
||||
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).
|
||||
|
||||
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Reformat. Apply dirstamps to preinstallation.
|
||||
|
||||
@@ -23,7 +23,7 @@ include_HEADERS = rtemspppd.h rtemsdialer.h
|
||||
$(LIB): $(OBJS)
|
||||
$(make-library)
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
|
||||
all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB)
|
||||
endif
|
||||
|
||||
.PRECIOUS: $(LIB)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -22,7 +22,7 @@ include_rtems_HEADERS = pty.h telnetd.h
|
||||
$(LIB): $(OBJS)
|
||||
$(make-library)
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)
|
||||
all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB)
|
||||
endif
|
||||
|
||||
.PRECIOUS: $(LIB)
|
||||
|
||||
@@ -31,7 +31,7 @@ include_HEADERS = rtems_webserver.h
|
||||
include_goahead_HEADERS = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h \
|
||||
wsIntrn.h
|
||||
|
||||
all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
|
||||
all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ if HAS_NETWORKING
|
||||
$(LIB): $(OBJS)
|
||||
$(make-library)
|
||||
|
||||
all-local: $(ARCH) $(OBJS) $(LIB)
|
||||
all-local: $(OBJS) $(LIB)
|
||||
endif
|
||||
|
||||
PREINSTALL_FILES =
|
||||
|
||||
Reference in New Issue
Block a user