Index: /trunk/softs/tsar_boot/Makefile
===================================================================
--- /trunk/softs/tsar_boot/Makefile	(revision 865)
+++ /trunk/softs/tsar_boot/Makefile	(revision 866)
@@ -127,5 +127,5 @@
 $(BUILD_DIR)/platform.dtb: $(HARD_CONFIG_PATH)/$(DTS)
 	$(ECHO) "[   DTC   ]     $(notdir $<)"
-	${DTC} -O dtb -o $@ $< &> /dev/null
+	$(DTC) -O dtb -o $@ $< > /dev/null 2>&1
 
 $(BUILD_DIR)/platform.ld: $(BUILD_DIR)/platform.dtb
