From 6436254a70c7d847405cc7d83f6e6aa5fdbf69ce Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 9 Feb 2004 14:57:18 +0000 Subject: 2004-02-09 Ralf Corsepius * libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am, support/Makefile.am: Don't include lib.am. --- c/src/ChangeLog | 8 ++++++++ c/src/libnetworking/pppd/Makefile.am | 1 - c/src/libnetworking/rtems_servers/Makefile.am | 1 - c/src/libnetworking/rtems_telnetd/Makefile.am | 1 - c/src/libnetworking/rtems_webserver/Makefile.am | 1 - c/src/optman/Makefile.am | 1 - c/src/support/Makefile.am | 1 - cpukit/ftpd/Makefile.am | 1 - cpukit/httpd/Makefile.am | 1 - cpukit/pppd/Makefile.am | 1 - cpukit/telnetd/Makefile.am | 1 - 11 files changed, 8 insertions(+), 10 deletions(-) diff --git a/c/src/ChangeLog b/c/src/ChangeLog index f1970f44eb..c2cf1d8cde 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,11 @@ +2004-02-09 Ralf Corsepius + + * libnetworking/pppd/Makefile.am, + libnetworking/rtems_servers/Makefile.am, + libnetworking/rtems_telnetd/Makefile.am, + libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am, + support/Makefile.am: Don't include lib.am. + 2004-02-09 Ralf Corsepius * libchip/Makefile.am: Don't include lib.am. diff --git a/c/src/libnetworking/pppd/Makefile.am b/c/src/libnetworking/pppd/Makefile.am index a21c8180aa..0e278677f3 100644 --- a/c/src/libnetworking/pppd/Makefile.am +++ b/c/src/libnetworking/pppd/Makefile.am @@ -3,7 +3,6 @@ ## include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am CLEANFILES = EXTRA_LIBRARIES = diff --git a/c/src/libnetworking/rtems_servers/Makefile.am b/c/src/libnetworking/rtems_servers/Makefile.am index 39f0b0eed0..39ce900b9e 100644 --- a/c/src/libnetworking/rtems_servers/Makefile.am +++ b/c/src/libnetworking/rtems_servers/Makefile.am @@ -3,7 +3,6 @@ ## include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am CLEANFILES = EXTRA_LIBRARIES = diff --git a/c/src/libnetworking/rtems_telnetd/Makefile.am b/c/src/libnetworking/rtems_telnetd/Makefile.am index 42a7e39044..99deb79186 100644 --- a/c/src/libnetworking/rtems_telnetd/Makefile.am +++ b/c/src/libnetworking/rtems_telnetd/Makefile.am @@ -3,7 +3,6 @@ ## include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am EXTRA_LIBRARIES = CLEANFILES = diff --git a/c/src/libnetworking/rtems_webserver/Makefile.am b/c/src/libnetworking/rtems_webserver/Makefile.am index b43c29a1a3..7c66876683 100644 --- a/c/src/libnetworking/rtems_webserver/Makefile.am +++ b/c/src/libnetworking/rtems_webserver/Makefile.am @@ -3,7 +3,6 @@ ## include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am EXTRA_LIBRARIES = CLEANFILES = diff --git a/c/src/optman/Makefile.am b/c/src/optman/Makefile.am index e1eb176bb6..dbcfe5bf14 100644 --- a/c/src/optman/Makefile.am +++ b/c/src/optman/Makefile.am @@ -3,7 +3,6 @@ ## include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am EXTRA_PROGRAMS = CLEANFILES = diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am index 10422cc77f..04b5b05114 100644 --- a/c/src/support/Makefile.am +++ b/c/src/support/Makefile.am @@ -3,7 +3,6 @@ ## include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\" diff --git a/cpukit/ftpd/Makefile.am b/cpukit/ftpd/Makefile.am index 39f0b0eed0..39ce900b9e 100644 --- a/cpukit/ftpd/Makefile.am +++ b/cpukit/ftpd/Makefile.am @@ -3,7 +3,6 @@ ## include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am CLEANFILES = EXTRA_LIBRARIES = diff --git a/cpukit/httpd/Makefile.am b/cpukit/httpd/Makefile.am index b43c29a1a3..7c66876683 100644 --- a/cpukit/httpd/Makefile.am +++ b/cpukit/httpd/Makefile.am @@ -3,7 +3,6 @@ ## include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am EXTRA_LIBRARIES = CLEANFILES = diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am index a21c8180aa..0e278677f3 100644 --- a/cpukit/pppd/Makefile.am +++ b/cpukit/pppd/Makefile.am @@ -3,7 +3,6 @@ ## include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am CLEANFILES = EXTRA_LIBRARIES = diff --git a/cpukit/telnetd/Makefile.am b/cpukit/telnetd/Makefile.am index 42a7e39044..99deb79186 100644 --- a/cpukit/telnetd/Makefile.am +++ b/cpukit/telnetd/Makefile.am @@ -3,7 +3,6 @@ ## include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am EXTRA_LIBRARIES = CLEANFILES = -- cgit v1.2.3