diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 6d68d8bd85..f485b77fe4 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,7 @@ +2005-11-09 Ralf Corsepius + + * sample.am: Set project_bspdir=$(PROJECT_ROOT) + 2005-11-07 Ralf Corsepius * sample.am: Remove LIB_VARIANT. diff --git a/testsuites/samples/sample.am b/testsuites/samples/sample.am index 7ee87695f8..564e3eeff0 100644 --- a/testsuites/samples/sample.am +++ b/testsuites/samples/sample.am @@ -1,6 +1,6 @@ ## $Id$ -project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ +project_bspdir=$(PROJECT_ROOT) $(project_bspdir)/samples/$(dirstamp): @$(mkdir_p) $(project_bspdir)/samples