summaryrefslogtreecommitdiff
path: root/tools/ucl/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ucl/src/Makefile')
-rw-r--r--tools/ucl/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ucl/src/Makefile b/tools/ucl/src/Makefile
index 018c29a..c519844 100644
--- a/tools/ucl/src/Makefile
+++ b/tools/ucl/src/Makefile
@@ -49,7 +49,7 @@ endif
libucl-universal: $(TARGET_DIR)libucli386.a $(TARGET_DIR)libuclppc.a
@echo lipo $(TARGET_DIR)libucl.a
$(SILENT) rm -f $(TARGET_DIR)libucl.a
- lipo -create $(TARGET_DIR)libuclppc.a $(TARGET_DIR)libucli386.a -output $(TARGET_DIR)libucl.a
+ $(SILENT)lipo -create $(TARGET_DIR)libuclppc.a $(TARGET_DIR)libucli386.a -output $(TARGET_DIR)libucl.a
clean:
rm -f $(TARGET_DIR)libucl*.a