mirror of
https://github.com/yawut/SDL.git
synced 2026-09-13 11:36:32 -05:00
Building SDL_revision.h is a dependency of installing the headers. :)
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user