From bd850c670e6d8fd395f3e2e305a2a83201971b43 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2001 18:22:22 +0000 Subject: 2001-09-22 Ralf Corsepius * libc/Makefile.am: Revamp INCLUDES handling to make automake-1.5 happy. --- c/src/exec/libcsupport/src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/exec') diff --git a/c/src/exec/libcsupport/src/Makefile.am b/c/src/exec/libcsupport/src/Makefile.am index 03ac3854c3..3c54ed4604 100644 --- a/c/src/exec/libcsupport/src/Makefile.am +++ b/c/src/exec/libcsupport/src/Makefile.am @@ -7,6 +7,8 @@ AUTOMAKE_OPTIONS = foreign 1.4 LIBNAME = libcsupport LIB = ${ARCH}/${LIBNAME}.a +INCLUDES = -I. + ERROR_C_FILES = error.c ASSOCIATION_C_FILES = assoc.c assocnamebad.c @@ -69,7 +71,6 @@ OBJS = $(C_O_FILES) # AM_CFLAGS += $(LIBC_DEFINES) -INCLUDES += -I. all-local: ${ARCH} $(TMPINSTALL_FILES) -- cgit v1.2.3