From b0e2360436e8244583eb6db0f268c670a46cb804 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 12:32:06 +0000 Subject: 2003-08-16 Ralf Corsepius Makefile.am: Reflect having moved automake. clock/Makefile.am: Reflect having moved automake. include/Makefile.am: Reflect having moved automake. milli/Makefile.am: Reflect having moved automake. semaphore/Makefile.am: Reflect having moved automake. timer/Makefile.am: Reflect having moved automake. --- c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libcpu/hppa1.1/semaphore') diff --git a/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am b/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am index a058c9e72c..ffa29d8cc4 100644 --- a/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am +++ b/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am @@ -9,8 +9,8 @@ C_FILES = semaphore.c semaphore_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) -include $(top_srcdir)/../../../../../automake/compile.am -include $(top_srcdir)/../../../../../automake/lib.am +include $(top_srcdir)/../../../automake/compile.am +include $(top_srcdir)/../../../automake/lib.am # # (OPTIONAL) Add local stuff here using += @@ -25,4 +25,4 @@ all-local: $(ARCH) $(semaphore_rel_OBJECTS) $(PGM) EXTRA_DIST = semaphore.c -include $(top_srcdir)/../../../../../automake/local.am +include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3