From 352028078cf95ddb37736ec412df8707f8d9a4a5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2001 18:29:17 +0000 Subject: 2001-09-22 Ralf Corsepius * src/imfs/Makefile.am: Revamp INCLUDES handling to make automake-1.5 happy. --- cpukit/libfs/src/imfs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libfs/src/imfs/Makefile.am') diff --git a/cpukit/libfs/src/imfs/Makefile.am b/cpukit/libfs/src/imfs/Makefile.am index 21980c3053..6172d25a7b 100644 --- a/cpukit/libfs/src/imfs/Makefile.am +++ b/cpukit/libfs/src/imfs/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 -INCLUDES += -I. +INCLUDES = -I. LIBNAME = libimfs LIB = ${ARCH}/${LIBNAME}.a -- cgit v1.2.3