From b9292646dc8ca05f4bb170f96688e01562ccd5c4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 09:36:10 +0000 Subject: 2002-07-22 Ralf Corsepius * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. --- cpukit/itron/src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/itron/src/Makefile.am') diff --git a/cpukit/itron/src/Makefile.am b/cpukit/itron/src/Makefile.am index 0c8ca41d51..d6c53bfbb0 100644 --- a/cpukit/itron/src/Makefile.am +++ b/cpukit/itron/src/Makefile.am @@ -4,8 +4,6 @@ LIB=$(ARCH)/libitron.a -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 \ ref_tsk.c @@ -51,7 +49,7 @@ include $(top_srcdir)/../automake/multilib.am include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/lib.am -AM_CPPFLAGS += -D__RTEMS_INSIDE__ +AM_CPPFLAGS += -I. -D__RTEMS_INSIDE__ all-local: ${ARCH} ${LIB} -- cgit v1.2.3