From 58ce601f62ab83b2498188d0fd591307d770e762 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 9 Dec 2003 12:19:06 +0000 Subject: 2003-12-09 Ralf Corsepius * Makefile.am: Cosmetics. * pppd/Makefile.am: Cosmetics. * wrapup/Makefile.am: Cosmetics. --- c/src/libnetworking/ChangeLog | 6 ++++++ c/src/libnetworking/Makefile.am | 2 -- c/src/libnetworking/pppd/Makefile.am | 2 +- c/src/libnetworking/wrapup/Makefile.am | 6 ------ cpukit/pppd/Makefile.am | 2 +- 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 + + * Makefile.am: Cosmetics. + * pppd/Makefile.am: Cosmetics. + * wrapup/Makefile.am: Cosmetics. + 2003-12-02 Ralf Corsepius * 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) -- cgit v1.2.3