diff options
author | davilla <davilla@4pi.com> | 2011-06-13 11:05:20 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-06-13 11:06:30 -0400 |
commit | 032a2f325abc69742d3afc849c88202d743b182a (patch) | |
tree | 224100d17746b90b0dcb007595741f4c58c9bcea | |
parent | 7d32b14d1d301dd369c08c4ba3396e610fcc13a3 (diff) |
[osx/ios] darwin depends, cosmetics
-rw-r--r-- | tools/darwin/depends/yasm/Makefile | 3 |
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 |