aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/darwin/depends/yasm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/darwin/depends/yasm/Makefile b/tools/darwin/depends/yasm/Makefile
index ae414cf837..c88a08f486 100644
--- a/tools/darwin/depends/yasm/Makefile
+++ b/tools/darwin/depends/yasm/Makefile
@@ -33,8 +33,7 @@ $(APPBIN):
make -C $(SOURCE) install
$(YASM): $(APPBIN)
- rm -f $(YASM)
- ln -s $(APPBIN) $(YASM)
+ rm -f $(YASM); ln -s $(APPBIN) $(YASM)
clean:
make -C $(SOURCE) clean