summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/rtems/Makefile.am
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 /c/src/exec/libnetworking/rtems/Makefile.am
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 '')
-rw-r--r--c/src/exec/libnetworking/rtems/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/libnetworking/rtems/Makefile.am b/c/src/exec/libnetworking/rtems/Makefile.am
index bde7327d93..a520aecb1b 100644
--- a/c/src/exec/libnetworking/rtems/Makefile.am
+++ b/c/src/exec/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