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 1f3207f426..ca29d7c8a8 100644
--- a/tools/ucl/src/Makefile
+++ b/tools/ucl/src/Makefile
@@ -72,7 +72,7 @@ $(TARGET_DIR)ucl.dll: $(OBJS)
72 72
73$(TARGET_DIR)libucl$(RBARCH).a: $(OBJS) 73$(TARGET_DIR)libucl$(RBARCH).a: $(OBJS)
74 @echo AR $(notdir $@) 74 @echo AR $(notdir $@)
75 $(SILENT)$(CROSS)$(AR) rcs $@ $(OBJS) >/dev/null 2>&1 75 $(SILENT)$(CROSS)$(AR) rcs $@ $(OBJS)
76 76
77$(OBJDIR)/%.o: %.c 77$(OBJDIR)/%.o: %.c
78 @echo CC $< 78 @echo CC $<