X-Git-Url: https://git.saurik.com/apple/boot.git/blobdiff_plain/4f6e3300a83b013a40730e9d4939713f82466b78..57c72a9a9f2a263d364c2df1178760bd057c390f:/Makefile diff --git a/Makefile b/Makefile index 7c6f380..0a95b5a 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ all tags clean debug install installhdrs: $(SYMROOT) $(OBJROOT) "RC_KANJI=$(RC_KANJI)" \ "JAPANESE=$(JAPANESE)" \ "RC_CFLAGS=$$XCFLAGS" $@ \ - ) || exit $?; \ + ) || exit $$?; \ else \ echo "========= nothing to build for $$i ========="; \ fi; \