summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron/src/Makefile.am
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 /c/src/exec/itron/src/Makefile.am
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--c/src/exec/itron/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \