From 91be5b9d337799281a3cf461d53da7787a246c9b Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Fri, 27 Apr 2012 17:03:06 -0700 Subject: [PATCH] Address a possible build failure from ln -s Signed-off-by: Jeremy Huddleston --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index c857434..9465d9b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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)