From 514e77b7ba0c3fb246340a909679c5d99e751fca Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 13:02:30 +0000 Subject: 2003-08-16 Ralf Corsepius Makefile.am: Reflect having moved automake. lib/Makefile.am: Reflect having moved automake. support/Makefile.am: Reflect having moved automake. wrapup/Makefile.am: Reflect having moved automake. --- c/src/support/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/support') diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am index 9c528fc254..b7fa07117c 100644 --- a/c/src/support/Makefile.am +++ b/c/src/support/Makefile.am @@ -2,8 +2,8 @@ ## $Id$ ## -include $(top_srcdir)/../../automake/compile.am -include $(top_srcdir)/../../automake/lib.am +include $(top_srcdir)/automake/compile.am +include $(top_srcdir)/automake/lib.am AM_CPPFLAGS += -DRTEMS_BSP=\"$(RTEMS_BSP)\" @@ -17,4 +17,4 @@ $(LIB): $(OBJS) all-local: $(ARCH) $(LIB) -include $(top_srcdir)/../../automake/local.am +include $(top_srcdir)/automake/local.am -- cgit v1.2.3