From 7d29dc7f61b24ea012a64de845cd010cf63660fa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 10 Nov 1999 22:13:42 +0000 Subject: Added line to make sure HAS_ITRON_API is defined in Makefile. --- c/src/exec/score/include/rtems/score/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/src/exec/score/include') diff --git a/c/src/exec/score/include/rtems/score/Makefile.in b/c/src/exec/score/include/rtems/score/Makefile.in index 42e8a8a055..9bcf5b808b 100644 --- a/c/src/exec/score/include/rtems/score/Makefile.in +++ b/c/src/exec/score/include/rtems/score/Makefile.in @@ -11,8 +11,6 @@ subdir = score/include/rtems/score RTEMS_ROOT = @RTEMS_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@ -HAS_ITRON_API = @HAS_ITRON_API@ - VPATH = @srcdir@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg @@ -40,6 +38,7 @@ TARGOPTS = targopts.h SRCS = $(H_FILES) $(TARGOPTS) RTEMS_USE_NEWLIB = @RTEMS_USE_NEWLIB@ +HAS_ITRON_API = @HAS_ITRON_API@ # # Add your list of files to delete here. The config files -- cgit v1.2.3