summaryrefslogtreecommitdiffstats
path: root/cpukit/itron
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:17:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:17:02 +0000
commit250afb6c6a153283bdcd1b733d86904989e620c3 (patch)
tree2a3fb75111a0f3a6ba34e7ce5ddcb518fd86ff88 /cpukit/itron
parent2001-09-14 Eric Norum <eric.norum@usask.ca> (diff)
downloadrtems-250afb6c6a153283bdcd1b733d86904989e620c3.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Revamp INCLUDES handling to make automake-1.5
Diffstat (limited to '')
-rw-r--r--cpukit/itron/ChangeLog5
-rw-r--r--cpukit/itron/src/Makefile.am2
2 files changed, 6 insertions, 1 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * src/Makefile.am: Revamp INCLUDES handling to make automake-1.5
+ happy.
+
2001-08-09 Joel Sherrill <joel@OARcorp.com>
* 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 \