summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/libnetworking/ChangeLog6
-rw-r--r--c/src/libnetworking/Makefile.am2
-rw-r--r--c/src/libnetworking/pppd/Makefile.am2
-rw-r--r--c/src/libnetworking/wrapup/Makefile.am6
-rw-r--r--cpukit/pppd/Makefile.am2
5 files changed, 8 insertions, 10 deletions
diff --git a/c/src/libnetworking/ChangeLog b/c/src/libnetworking/ChangeLog
index 453440a5c6..57f48e5f2e 100644
--- a/c/src/libnetworking/ChangeLog
+++ b/c/src/libnetworking/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
+ * pppd/Makefile.am: Cosmetics.
+ * wrapup/Makefile.am: Cosmetics.
+
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/Makefile.am: Remove all-local: $(ARCH).
diff --git a/c/src/libnetworking/Makefile.am b/c/src/libnetworking/Makefile.am
index 6edea9be40..48ac66d518 100644
--- a/c/src/libnetworking/Makefile.am
+++ b/c/src/libnetworking/Makefile.am
@@ -4,7 +4,5 @@
SUBDIRS = rtems_servers pppd rtems_telnetd rtems_webserver wrapup
-PREINSTALL_FILES =
-
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am
diff --git a/c/src/libnetworking/pppd/Makefile.am b/c/src/libnetworking/pppd/Makefile.am
index b02d9eadc7..aaa5497cb6 100644
--- a/c/src/libnetworking/pppd/Makefile.am
+++ b/c/src/libnetworking/pppd/Makefile.am
@@ -23,7 +23,7 @@ include_HEADERS = rtemspppd.h rtemsdialer.h
$(LIB): $(OBJS)
$(make-library)
-all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB)
+all-local: $(PREINSTALL_FILES) $(LIB)
endif
.PRECIOUS: $(LIB)
diff --git a/c/src/libnetworking/wrapup/Makefile.am b/c/src/libnetworking/wrapup/Makefile.am
index d425887bf9..2b63b31760 100644
--- a/c/src/libnetworking/wrapup/Makefile.am
+++ b/c/src/libnetworking/wrapup/Makefile.am
@@ -13,10 +13,6 @@ LIB = $(ARCH)/libnetapps.a
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
-#
-# (OPTIONAL) Add local stuff here using +=
-#
-
if HAS_NETWORKING
$(LIB): $(OBJS)
$(make-library)
@@ -24,6 +20,4 @@ $(LIB): $(OBJS)
all-local: $(OBJS) $(LIB)
endif
-PREINSTALL_FILES =
-
include $(top_srcdir)/automake/local.am
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
index b02d9eadc7..aaa5497cb6 100644
--- a/cpukit/pppd/Makefile.am
+++ b/cpukit/pppd/Makefile.am
@@ -23,7 +23,7 @@ include_HEADERS = rtemspppd.h rtemsdialer.h
$(LIB): $(OBJS)
$(make-library)
-all-local: $(PREINSTALL_FILES) $(OBJS) $(LIB)
+all-local: $(PREINSTALL_FILES) $(LIB)
endif
.PRECIOUS: $(LIB)