]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/splix
Introduce MACHINE_TYPE to lfs files.
[people/pmueller/ipfire-2.x.git] / lfs / splix
index bc82cf311c8e907a8572fcadc36956280fb924ab..c9e8e47e123212b7068b70d2af48440eb1a9b3ce 100644 (file)
--- a/lfs/splix
+++ b/lfs/splix
@@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-ifeq "$(MACHINE)" "arm"
+ifeq "$(MACHINE_TYPE)" "arm"
        cd $(DIR_APP) && sed -e "s/ceill/ceil/g" -i src/*.cpp
 endif
        cd $(DIR_APP) && make DISABLE_JBIG=1 $(MAKETUNING) $(EXTRA_MAKE)