Fixed bug #436
The install-lib target should depend on the libraries that are built. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402424
This commit is contained in:
parent
b3a581c625
commit
e33ee1a0e2
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ install-hdrs:
|
||||||
$(INSTALL) -m 644 $(srcdir)/include/$$file $(includedir)/SDL/$$file; \
|
$(INSTALL) -m 644 $(srcdir)/include/$$file $(includedir)/SDL/$$file; \
|
||||||
done
|
done
|
||||||
$(INSTALL) -m 644 include/SDL_config.h $(includedir)/SDL/SDL_config.h
|
$(INSTALL) -m 644 include/SDL_config.h $(includedir)/SDL/SDL_config.h
|
||||||
install-lib:
|
install-lib: $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET)
|
||||||
$(SHELL) $(auxdir)/mkinstalldirs $(libdir)
|
$(SHELL) $(auxdir)/mkinstalldirs $(libdir)
|
||||||
$(LIBTOOL) --mode=install $(INSTALL) $(objects)/$(TARGET) $(libdir)/$(TARGET)
|
$(LIBTOOL) --mode=install $(INSTALL) $(objects)/$(TARGET) $(libdir)/$(TARGET)
|
||||||
$(INSTALL) -m 644 $(objects)/$(SDLMAIN_TARGET) $(libdir)/$(SDLMAIN_TARGET)
|
$(INSTALL) -m 644 $(objects)/$(SDLMAIN_TARGET) $(libdir)/$(SDLMAIN_TARGET)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue