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

Commit

Permalink
Fix potential error during make install
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
  • Loading branch information
jeremyhu committed Mar 5, 2012
1 parent bd293b1 commit 4eb5928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile.am
Expand Up @@ -35,7 +35,7 @@ $(LIBRARY_BASENAME) : $(DIST_LIB)
install-exec-hook : $(LIBRARY_BASENAME)
install -d -m 755 $(DESTDIR)$(libdir)
install -m 755 $(LIBRARY_BASENAME) $(DESTDIR)$(libdir)
rm $(DESTDIR)$(libdir)/$(LIBRARY_SYMLINK)
rm -f $(DESTDIR)$(libdir)/$(LIBRARY_SYMLINK)
ln -s $(LIBRARY_BASENAME) $(DESTDIR)$(libdir)/$(LIBRARY_SYMLINK)

CLEANFILES = $(LIBRARY_SYMLINK) $(LIBRARY_BASENAME)
Expand Down

0 comments on commit 4eb5928

Please sign in to comment.