Skip to content

Commit

Permalink
Use make macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
sba1 committed May 11, 2018
1 parent 61e2e1e commit a5a446b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcc-build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cross-configure:

.PHONY: cross
cross: cross-configure
make -C $(CROSS_BUILD_DIR)
$(MAKE) -C $(CROSS_BUILD_DIR)

.PHONY: native
native:
Expand All @@ -50,4 +50,4 @@ native:
--with-mpfr=$(LIB_PATH) \
--with-mpc=$(LIB_PATH) \
$(FEATURES)
make -C $(NATIVE_BUILD_DIR)
$(MAKE) -C $(NATIVE_BUILD_DIR)

0 comments on commit a5a446b

Please sign in to comment.