From 5fa62fc47e5fe71681eda55dd4b63eb5fdc11839 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 6 Sep 2000 15:32:10 +0000 Subject: 2000-09-06 Ralf Corsepius * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems. --- c/src/exec/ChangeLog | 4 ++++ c/src/exec/wrapup/rtems/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/exec') diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog index 6d1ca25317..9eb572409b 100644 --- a/c/src/exec/ChangeLog +++ b/c/src/exec/ChangeLog @@ -1,3 +1,7 @@ +2000-09-06 Ralf Corsepius + + * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems. + 2000-09-04 Ralf Corsepius * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am, diff --git a/c/src/exec/wrapup/rtems/Makefile.am b/c/src/exec/wrapup/rtems/Makefile.am index 40b5bcd76b..2d8f343d83 100644 --- a/c/src/exec/wrapup/rtems/Makefile.am +++ b/c/src/exec/wrapup/rtems/Makefile.am @@ -18,7 +18,7 @@ RTEMS_OBJS = $(wildcard ../../rtems/src/$(ARCH)/*.o) OBJS = $(CPU_OBJS) $(CORE_OBJS) $(RTEMS_OBJS) $(SAPI_OBJS) -SIZE_RTEMS = $(SHELL) $(PROJECT_ROOT)/tools/cpu/generic/size_rtems +SIZE_RTEMS = $(SHELL) $(PROJECT_TOPdir)/tools/cpu/generic/size_rtems $(LIB): ${OBJS} $(make-library) -- cgit v1.2.3