* Makefile.in (check-po): Use $(MAKE).
(risky-stage1, risky-stage2, risky-stage3, risky-stage4): Likewise.
From-SVN: r38333
+2000-12-17 Richard Earnshaw <rearnsha@arm.com>
+
+ * Makefile.in (check-po): Use $(MAKE).
+ (risky-stage1, risky-stage2, risky-stage3, risky-stage4): Likewise.
+
2000-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
* cppmain.c (check_multiline_token): New function.
check-po:
if test -f cp/Makefile && test -f f/Makefile && \
test -f java/Makefile && test -f objc/Makefile; then \
- make -C po check-po; \
+ $(MAKE) -C po check-po; \
fi
# These exist for maintenance purposes.
# and delete the object files. Use this if you're just verifying a version
# that is pretty sure to work, and you are short of disk space.
risky-stage1: stage1
- -make clean
+ -$(MAKE) clean
risky-stage2: stage2
- -make clean
+ -$(MAKE) clean
risky-stage3: stage3
- -make clean
+ -$(MAKE) clean
risky-stage4: stage4
- -make clean
+ -$(MAKE) clean
#In GNU Make, ignore whether `stage*' exists.
.PHONY: stage1 stage2 stage3 stage4 clean maintainer-clean TAGS bootstrap