summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-14 12:25:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-14 12:25:04 +0000
commit740f41c2d78019a214298ba791a1326dfcc1b897 (patch)
treecae7085feb1ecea222c0c4c3bd54b5f2f69ec281 /cpukit/libmisc
parent2003-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-740f41c2d78019a214298ba791a1326dfcc1b897.tar.bz2
2003-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* fsmount/Makefile.am: Revert previous change.
Diffstat (limited to 'cpukit/libmisc')
-rw-r--r--cpukit/libmisc/ChangeLog4
-rw-r--r--cpukit/libmisc/fsmount/Makefile.am6
2 files changed, 7 insertions, 3 deletions
diff --git a/cpukit/libmisc/ChangeLog b/cpukit/libmisc/ChangeLog
index 0c8a71bd69..1859242a4e 100644
--- a/cpukit/libmisc/ChangeLog
+++ b/cpukit/libmisc/ChangeLog
@@ -1,5 +1,9 @@
2003-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * fsmount/Makefile.am: Revert previous change.
+
+2003-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* fsmount/Makefile.am: Fix path to automake-includes.
2003-08-13 Joel Sherrill <joel@OARcorp.com>
diff --git a/cpukit/libmisc/fsmount/Makefile.am b/cpukit/libmisc/fsmount/Makefile.am
index a800fb7f72..7ddac441c8 100644
--- a/cpukit/libmisc/fsmount/Makefile.am
+++ b/cpukit/libmisc/fsmount/Makefile.am
@@ -15,8 +15,8 @@ include_rtems_HEADERS = fsmount.h
OBJS = $(C_O_FILES)
-include $(top_srcdir)/automake/compile.am
-include $(top_srcdir)/automake/lib.am
+include $(top_srcdir)/../automake/compile.am
+include $(top_srcdir)/../automake/lib.am
$(PROJECT_INCLUDE)/rtems:
@$(mkinstalldirs) $@
@@ -39,4 +39,4 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)
EXTRA_DIST = README fsmount.c
-include $(top_srcdir)/automake/local.am
+include $(top_srcdir)/../automake/local.am