diff options
| author | Dsaster <78389441+dsastr@users.noreply.github.com> | 2021-02-06 02:16:48 +0100 |
|---|---|---|
| committer | Dsaster <78389441+dsastr@users.noreply.github.com> | 2021-02-06 02:16:48 +0100 |
| commit | a2f2340c2bda2dae406ffaa1935d28cb740c2e39 (patch) | |
| tree | 1e826a9797f35c9c57558ee275bf9e9fb802d074 /arm9/Makefile | |
| parent | 95c06516c1190a610385ce2a865115730ee76671 (diff) | |
fix ifdef -> ifndef typo
Diffstat (limited to 'arm9/Makefile')
| -rw-r--r-- | arm9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/Makefile b/arm9/Makefile index ea391eea..8b84a135 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -124,7 +124,7 @@ UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Darwin) SHA1SUM = shasum else -ifdef BUSYBOX +ifndef BUSYBOX SHA1SUM = sha1sum --quiet else SHA1SUM = sha1sum |
