2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
This commit is contained in:
Joel Sherrill
2000-09-06 15:32:10 +00:00
parent 633657c3eb
commit 5fa62fc47e
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,

View File

@@ -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)

View File

@@ -1,3 +1,7 @@
2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,