From 5c0064d74129783d6804ec7097fbceaf77f101a7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 12:25:08 +0000 Subject: 2003-08-16 Ralf Corsepius Makefile.am: Reflect having moved automake. ide/Makefile.am: Reflect having moved automake. network/Makefile.am: Reflect having moved automake. rtc/Makefile.am: Reflect having moved automake. serial/Makefile.am: Reflect having moved automake. --- c/src/libchip/serial/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/libchip/serial/Makefile.am') diff --git a/c/src/libchip/serial/Makefile.am b/c/src/libchip/serial/Makefile.am index 132e002e41..226a01d795 100644 --- a/c/src/libchip/serial/Makefile.am +++ b/c/src/libchip/serial/Makefile.am @@ -13,8 +13,8 @@ OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) noinst_HEADERS = mc68681_p.h ns16550_p.h z85c30_p.h -include $(top_srcdir)/../../automake/compile.am -include $(top_srcdir)/../../automake/lib.am +include $(top_srcdir)/automake/compile.am +include $(top_srcdir)/automake/lib.am PREINSTALL_FILES = $(PROJECT_INCLUDE)/libchip \ $(include_libchip_HEADERS:%=$(PROJECT_INCLUDE)/libchip/%) @@ -42,4 +42,4 @@ DOC_FILES = README.mc68681 README.ns16550 README.xr88681 README.z85c30 \ EXTRA_DIST = $(C_FILES) $(DOC_FILES) -include $(top_srcdir)/../../automake/local.am +include $(top_srcdir)/automake/local.am -- cgit v1.2.3