summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-17 09:07:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-17 09:07:32 +0000
commit78c2a97196a1a03ae112e9049481c7a3f3ecf0ba (patch)
tree40084d62560598fc11781506e26b70804e3db281 /c/src/exec/posix/Makefile.am
parent2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-78c2a97196a1a03ae112e9049481c7a3f3ecf0ba.tar.bz2
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am. * Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal. * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am. * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am. * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
Diffstat (limited to 'c/src/exec/posix/Makefile.am')
-rw-r--r--c/src/exec/posix/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/exec/posix/Makefile.am b/c/src/exec/posix/Makefile.am
index 95a95305e5..e76b696b26 100644
--- a/c/src/exec/posix/Makefile.am
+++ b/c/src/exec/posix/Makefile.am
@@ -2,9 +2,9 @@
## $Id$
##
-ACLOCAL_AMFLAGS = -I ../../../../aclocal
+ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = include inline macros src
-include $(top_srcdir)/../../../../automake/subdirs.am
-include $(top_srcdir)/../../../../automake/local.am
+include $(top_srcdir)/../automake/subdirs.am
+include $(top_srcdir)/../automake/local.am