Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Address a possible build failure from ln -s
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit 91be5b9)
  • Loading branch information
jeremyhu committed Apr 28, 2012
1 parent 724cf66 commit 4efb2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Makefile.am
Expand Up @@ -26,6 +26,7 @@ LIBRARY_SYMLINK = libquartz-wm-ds.dylib
all : $(LIBRARY_SYMLINK)

$(LIBRARY_SYMLINK) : $(LIBRARY_BASENAME)
rm -f $@
ln -s $^ $@

$(LIBRARY_BASENAME) : $(DIST_LIB)
Expand Down

0 comments on commit 4efb2e3

Please sign in to comment.