Skip to content

Commit

Permalink
[util] Fix an automake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Behdad Esfahbod committed Sep 5, 2008
1 parent 965b0e5 commit 82c91ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

util: malloc-stats.so

%.so: %.la
.la.so:
$(RM) $@
$(LN_S) .libs/$*.so $@

Expand Down

0 comments on commit 82c91ec

Please sign in to comment.