summaryrefslogtreecommitdiffstats
path: root/Makefile.maint
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 17a7762313..92fd29bf79 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -35,7 +35,7 @@ rtems_tag := $(shell echo "rtems-$(rtems_version)" | tr . -)
# Cleanup check out and cvs-tag the files inside
tag:
cvs -z9 up -dP >/dev/null
- @./bootstrap -p >/dev/null
+ PATH=/opt/rtems-4.8/bin:$$PATH ./bootstrap -p >/dev/null
cvs tag -c $(rtems_tag)$(TEST_TAG) >/dev/null
# -----------------