Skip to content

Commit

Permalink
Fix make install
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Rosten committed Oct 25, 2012
1 parent ead90e0 commit b646bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ install-libs-so:$(soname)
ln -s $(libdir)/$(soname2) $(DESTDIR)$(libdir)/$(soname1)
ln -s $(libdir)/$(soname1) $(DESTDIR)$(libdir)/$(soname)

install-libs-so-debug:$(dsoname)
install-libs-debug-so:$(dsoname)
rm -f $(DESTDIR)$(libdir)/$(dsoname2) $(DESTDIR)$(libdir)/$(dsoname1) $(DESTDIR)$(libdir)/$(dsoname)
cp $(dsoname2) $(DESTDIR)$(libdir)
ln -s $(libdir)/$(dsoname2) $(DESTDIR)$(libdir)/$(dsoname1)
Expand Down

0 comments on commit b646bac

Please sign in to comment.