From 250afb6c6a153283bdcd1b733d86904989e620c3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2001 18:17:02 +0000 Subject: 2001-09-22 Ralf Corsepius * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5 --- cpukit/itron/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/itron/src/Makefile.am') diff --git a/cpukit/itron/src/Makefile.am b/cpukit/itron/src/Makefile.am index 106333d3a0..4cb76a4757 100644 --- a/cpukit/itron/src/Makefile.am +++ b/cpukit/itron/src/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 -INCLUDES += -I. +INCLUDES = -I. TASK_C_FILES = task.c cre_tsk.c del_tsk.c sta_tsk.c ext_tsk.c exd_tsk.c \ ter_tsk.c dis_dsp.c ena_dsp.c chg_pri.c rot_rdq.c rel_wai.c get_tid.c \ -- cgit v1.2.3