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>
(cherry picked from commit 4eb5928)
  • Loading branch information
jeremyhu committed Apr 22, 2012
1 parent 7d7bc00 commit dd013ad
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 dd013ad

Please sign in to comment.