From fed6210d431edb3466cde96c46ebd5cd5277c313 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 17 Jun 2002 09:27:44 +0000 Subject: 2002-06-17 Ralf Corsepius * Include $(top_srcdir)/automake/*.am. --- c/src/exec/wrapup/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/exec/wrapup/Makefile.am') diff --git a/c/src/exec/wrapup/Makefile.am b/c/src/exec/wrapup/Makefile.am index 66f9360ed1..a7c352b7c8 100644 --- a/c/src/exec/wrapup/Makefile.am +++ b/c/src/exec/wrapup/Makefile.am @@ -6,9 +6,9 @@ LIBNAME = librtemscpu LIB = $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/$(LIBNAME)$(LIB_VARIANT).a -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 CPU_OBJS = $(wildcard ../score/cpu/$(RTEMS_CPU)/$(ARCH)/*.rel) CORE_OBJS = $(wildcard ../score/src/$(ARCH)/*.o) @@ -83,4 +83,4 @@ install-hook: $(LIB) all-local: ${ARCH} $(TMPINSTALL_FILES) -include $(top_srcdir)/../../../automake/local.am +include $(top_srcdir)/automake/local.am -- cgit v1.2.3