Fix Makefile if

This commit is contained in:
Chord 2016-07-25 01:18:14 -04:00
parent b14d67f123
commit 7dbf15eeae

View file

@ -20,8 +20,10 @@ ifeq "$(ARCH)" ""
endif endif
endif endif
ifeq "$(OS)" "" ifeq "$(OS1)" ""
$(error "Unable to determine operating system") ifeq "$(OS2)" ""
$(error "Unable to determine operating system")
endif
endif endif
# Consolidate the GCC architecture value. # Consolidate the GCC architecture value.