diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index f07d87d74..39bd21d18 100644 --- a/test/Makefile +++ b/test/Makefile @@ -24,7 +24,7 @@ TOPDIR=../ ALL_SUBDIRS = args assert ctype ldso pwd_grp signal silly stdlib string unistd crypt #misc DIRS = $(ALL_SUBDIRS) -#ifeq ($(TARGET_ARCH), $(NATIVE_ARCH)) +#ifeq ($(TARGET_ARCH), $(HOST_ARCH)) # DIRS = $(ALL_SUBDIRS) #else # DIRS = |