Skip to content

Commit

Permalink
The install-lib target doesn't depend on the build directory, just th…
Browse files Browse the repository at this point in the history
…e library
  • Loading branch information
slouken committed May 25, 2022
1 parent 2c1e051 commit da12471
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 @@ -106,7 +106,7 @@ install-hdrs:
done
$(SHELL) $(auxdir)/mkinstalldirs $(libdir)/pkgconfig
$(INSTALL) -m 644 SDL2_mixer.pc $(libdir)/pkgconfig/
install-lib: $(objects) $(objects)/$(TARGET)
install-lib: $(objects)/$(TARGET)
$(SHELL) $(auxdir)/mkinstalldirs $(libdir)
$(LIBTOOL) --mode=install $(INSTALL) $(objects)/$(TARGET) $(libdir)/$(TARGET)
install-bin:
Expand Down

0 comments on commit da12471

Please sign in to comment.