summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-28 17:21:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-28 17:21:17 +0000
commit47ef863af4b71256d42a477fecef2f74e8ee8d4b (patch)
tree1e205fe2b094bd96ccdf9ca3dbfe3fb7ede79ee1 /cpukit/libfs/src/dosfs/Makefile.am
parent2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-47ef863af4b71256d42a477fecef2f74e8ee8d4b.tar.bz2
2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Move from c/src/libfs to c/src/exec/libfs * configure.ac: Reflect move. * Makefile.am: Ditto. * src/Makefile.am: Ditto. * src/dosfs/Makefile.am: Ditto. * src/imfs/Makefile.am: Ditto. * wrapup/Makefile.am: Ditto.
Diffstat (limited to 'cpukit/libfs/src/dosfs/Makefile.am')
-rw-r--r--cpukit/libfs/src/dosfs/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libfs/src/dosfs/Makefile.am b/cpukit/libfs/src/dosfs/Makefile.am
index ad5e898689..f34b4776f5 100644
--- a/cpukit/libfs/src/dosfs/Makefile.am
+++ b/cpukit/libfs/src/dosfs/Makefile.am
@@ -3,9 +3,9 @@
##
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../automake/compile.am
-include $(top_srcdir)/../../../automake/lib.am
+include $(top_srcdir)/../../../../automake/multilib.am
+include $(top_srcdir)/../../../../automake/compile.am
+include $(top_srcdir)/../../../../automake/lib.am
INCLUDES = -I../..
@@ -52,4 +52,4 @@ TMPINSTALL_FILES += $(H_FILES)
EXTRA_DIST = $(DOSFS_C_FILES) $(FATFS_C_FILES)
-include $(top_srcdir)/../../../automake/local.am
+include $(top_srcdir)/../../../../automake/local.am