]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/syslinux
Adjust variables that have been renamed
[ipfire-2.x.git] / lfs / syslinux
index c67df3dcb1e2def75b25186c03b4fe0327023d73..6b66e69466de13ab399327e62ed8b2c67e728d48 100644 (file)
@@ -77,13 +77,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        # Build
        cd $(DIR_APP) && make bios $(MAKETUNING)
-ifeq "$(MACHINE)" "x86_64"
+ifeq "$(BUILD_ARCH)" "x86_64"
        cd $(DIR_APP) && make efi64 $(MAKETUNING)
 endif
 
        # Install
        cd $(DIR_APP) && make bios install
-ifeq "$(MACHINE)" "x86_64"
+ifeq "$(BUILD_ARCH)" "x86_64"
        cd $(DIR_APP) && make efi64 install
 endif