From 8ed9f53d29b8360592b4a62463d02b5a3640fe5f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 17 Jun 2002 09:12:49 +0000 Subject: 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal. * src/Makefile.am: Include $(top_srcdir)/../automake/*.am. --- c/src/exec/libcsupport/ChangeLog | 6 ++++++ c/src/exec/libcsupport/Makefile.am | 8 ++++---- c/src/exec/libcsupport/src/Makefile.am | 8 ++++---- 3 files changed, 14 insertions(+), 8 deletions(-) (limited to 'c/src/exec/libcsupport') diff --git a/c/src/exec/libcsupport/ChangeLog b/c/src/exec/libcsupport/ChangeLog index 4742722db7..ad07546102 100755 --- a/c/src/exec/libcsupport/ChangeLog +++ b/c/src/exec/libcsupport/ChangeLog @@ -1,3 +1,9 @@ +2002-06-17 Ralf Corsepius + + * Makefile.am: Include $(top_srcdir)/../automake/*.am. + Use ../aclocal. + * src/Makefile.am: Include $(top_srcdir)/../automake/*.am. + 2001-05-24 Joel Sherrill * src/.cvsignore: New file. diff --git a/c/src/exec/libcsupport/Makefile.am b/c/src/exec/libcsupport/Makefile.am index d4d8283ace..a21c7beb30 100644 --- a/c/src/exec/libcsupport/Makefile.am +++ b/c/src/exec/libcsupport/Makefile.am @@ -2,9 +2,9 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal +ACLOCAL_AMFLAGS = -I ../aclocal -include $(top_srcdir)/../../../../automake/multilib.am +include $(top_srcdir)/../automake/multilib.am SUBDIRS = . src @@ -87,5 +87,5 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog \ ## General stuff all-local: $(PREINSTALL_FILES) -include $(top_srcdir)/../../../../automake/subdirs.am -include $(top_srcdir)/../../../../automake/local.am +include $(top_srcdir)/../automake/subdirs.am +include $(top_srcdir)/../automake/local.am diff --git a/c/src/exec/libcsupport/src/Makefile.am b/c/src/exec/libcsupport/src/Makefile.am index c7d956c8e1..35b84626d4 100644 --- a/c/src/exec/libcsupport/src/Makefile.am +++ b/c/src/exec/libcsupport/src/Makefile.am @@ -2,9 +2,9 @@ ## $Id$ ## -include $(top_srcdir)/../../../../automake/multilib.am -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 LIBNAME = libcsupport LIB = ${ARCH}/${LIBNAME}.a @@ -86,4 +86,4 @@ DOC_FILES = TODO CASES EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \ $(UNIX_C_FILES) -include $(top_srcdir)/../../../../automake/local.am +include $(top_srcdir)/../automake/local.am -- cgit v1.2.3