summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-09 14:57:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-09 14:57:18 +0000
commit6436254a70c7d847405cc7d83f6e6aa5fdbf69ce (patch)
tree3c06f2b73be5dd1baec5789da42b6d9e5ec7332c
parent2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6436254a70c7d847405cc7d83f6e6aa5fdbf69ce.tar.bz2
2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
-rw-r--r--c/src/ChangeLog8
-rw-r--r--c/src/libnetworking/pppd/Makefile.am1
-rw-r--r--c/src/libnetworking/rtems_servers/Makefile.am1
-rw-r--r--c/src/libnetworking/rtems_telnetd/Makefile.am1
-rw-r--r--c/src/libnetworking/rtems_webserver/Makefile.am1
-rw-r--r--c/src/optman/Makefile.am1
-rw-r--r--c/src/support/Makefile.am1
-rw-r--r--cpukit/ftpd/Makefile.am1
-rw-r--r--cpukit/httpd/Makefile.am1
-rw-r--r--cpukit/pppd/Makefile.am1
-rw-r--r--cpukit/telnetd/Makefile.am1
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,5 +1,13 @@
2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * 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 <corsepiu@faw.uni-ulm.de>
+
* libchip/Makefile.am: Don't include lib.am.
* librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am,
librdbg/src/powerpc/Makefile.am: Don't include lib.am. Remove
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 =