summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-15 07:14:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-15 07:14:44 +0000
commitbfd1a53a2fd3be4ecab2937e17b425da67d3e629 (patch)
treeb4381c8b0409a7271698136ff240c5abb74c132c /cpukit/libnetworking
parent2002-06-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-bfd1a53a2fd3be4ecab2937e17b425da67d3e629.tar.bz2
2002-06-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
Diffstat (limited to 'cpukit/libnetworking')
-rw-r--r--cpukit/libnetworking/ChangeLog4
-rw-r--r--cpukit/libnetworking/rtems/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index ae489c654c..733c079140 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
+
2002-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_POSIX_API.
diff --git a/cpukit/libnetworking/rtems/Makefile.am b/cpukit/libnetworking/rtems/Makefile.am
index bde7327d93..a520aecb1b 100644
--- a/cpukit/libnetworking/rtems/Makefile.am
+++ b/cpukit/libnetworking/rtems/Makefile.am
@@ -27,7 +27,7 @@ $(PROJECT_INCLUDE)/rtems:
$(PROJECT_INCLUDE)/rtems/%.h: %.h
$(INSTALL_DATA) $< $@
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(RTEMS_ROOT)/../../../../automake/multilib.am
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am