X-Git-Url: https://git.saurik.com/apple/boot.git/blobdiff_plain/75b89a82fae8b6d553467b92cb5431b2b5b4df7e..HEAD:/Makefile diff --git a/Makefile b/Makefile index fe88a53..0a95b5a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ ARCHLESS_RC_CFLAGS=`echo $(RC_CFLAGS) | sed 's/-arch [a-z0-9]*//g'` VPATH = $(OBJROOT):$(SYMROOT) -GENERIC_SUBDIRS = gen +GENERIC_SUBDIRS = # # Currently builds for i386 @@ -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; \