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 --- c/src/exec/itron/ChangeLog | 5 +++++ c/src/exec/itron/src/Makefile.am | 2 +- cpukit/itron/ChangeLog | 5 +++++ cpukit/itron/src/Makefile.am | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/c/src/exec/itron/ChangeLog b/c/src/exec/itron/ChangeLog index 4a2d095bd3..e75c2a1cc3 100644 --- a/c/src/exec/itron/ChangeLog +++ b/c/src/exec/itron/ChangeLog @@ -1,3 +1,8 @@ +2001-09-22 Ralf Corsepius + + * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5 + happy. + 2001-08-09 Joel Sherrill * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations diff --git a/c/src/exec/itron/src/Makefile.am b/c/src/exec/itron/src/Makefile.am index 106333d3a0..4cb76a4757 100644 --- a/c/src/exec/itron/src/Makefile.am +++ b/c/src/exec/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 \ diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog index 4a2d095bd3..e75c2a1cc3 100644 --- a/cpukit/itron/ChangeLog +++ b/cpukit/itron/ChangeLog @@ -1,3 +1,8 @@ +2001-09-22 Ralf Corsepius + + * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5 + happy. + 2001-08-09 Joel Sherrill * src/snd_mbx.c, src/tsnd_mbf.c: Unblocking message queue operations 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