Building SDL_revision.h is a dependency of installing the headers. :)
This commit is contained in:
parent
e0bf2dc643
commit
1eebb75596
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ install: all install-bin install-hdrs install-lib install-data
|
|||
install-bin:
|
||||
$(SHELL) $(auxdir)/mkinstalldirs $(DESTDIR)$(bindir)
|
||||
$(INSTALL) -m 755 sdl-config $(DESTDIR)$(bindir)/sdl-config
|
||||
install-hdrs:
|
||||
install-hdrs: $(srcdir)/include/SDL_revision.h
|
||||
$(SHELL) $(auxdir)/mkinstalldirs $(DESTDIR)$(includedir)/SDL
|
||||
for file in $(HDRS); do \
|
||||
$(INSTALL) -m 644 $(srcdir)/include/$$file $(DESTDIR)$(includedir)/SDL/$$file; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue