summaryrefslogtreecommitdiffstats
path: root/c/src/libfs
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libfs')
-rw-r--r--c/src/libfs/ChangeLog4
-rw-r--r--c/src/libfs/wrapup/Makefile.am2
2 files changed, 4 insertions, 2 deletions
diff --git a/c/src/libfs/ChangeLog b/c/src/libfs/ChangeLog
index bb08ba5a93..a901494793 100644
--- a/c/src/libfs/ChangeLog
+++ b/c/src/libfs/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Remove HAS_IMFS.
+
2001-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/imfs/Makefile.am: Cleanup.
diff --git a/c/src/libfs/wrapup/Makefile.am b/c/src/libfs/wrapup/Makefile.am
index 5787d8056f..5dfd76e83d 100644
--- a/c/src/libfs/wrapup/Makefile.am
+++ b/c/src/libfs/wrapup/Makefile.am
@@ -11,9 +11,7 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
-#if HAS_IMFS
IMFSLIB = ../src/imfs/$(ARCH)/libimfs.a
-#endif
TMP_LIBS = $(IMFSLIB)