Skip to content

Commit ffe89e8

Browse files
committed
fix makefile typo
1 parent 31d4dc8 commit ffe89e8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

GNUmakefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -637,16 +637,16 @@ endif
637637
# -$(MAKE) -C utils/plot_ui
638638
-$(MAKE) -C frida_mode
639639
ifneq "$(SYS)" "Darwin"
640-
ifeq "$(ARCH)" "aarch64"
641-
ifndef NO_CORESIGHT
640+
ifeq "$(ARCH)" "aarch64"
641+
ifndef NO_CORESIGHT
642642
-$(MAKE) -C coresight_mode
643+
endif
643644
endif
644-
endif
645-
ifeq "$(SYS)" "Linux"
646-
ifndef NO_NYX
645+
ifeq "$(SYS)" "Linux"
646+
ifndef NO_NYX
647647
-cd nyx_mode && ./build_nyx_support.sh
648+
endif
648649
endif
649-
endif
650650
-cd qemu_mode && sh ./build_qemu_support.sh
651651
ifeq "$(ARCH)" "aarch64"
652652
ifndef NO_UNICORN_ARM64
@@ -662,7 +662,7 @@ binary-only: test_shm test_python ready $(PROGS)
662662
ifneq "$(SYS)" "Darwin"
663663
-$(MAKE) -C utils/libdislocator
664664
-$(MAKE) -C utils/libtokencap
665-
#endif
665+
endif
666666
-$(MAKE) -C utils/afl_network_proxy
667667
-$(MAKE) -C utils/socket_fuzzing
668668
-$(MAKE) -C utils/argv_fuzzing

0 commit comments

Comments
 (0)