Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The install target depends on the libraries being built
  • Loading branch information
slouken committed May 4, 2006
1 parent 2934e26 commit a277d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -78,7 +78,7 @@ $(objects)/$(SDLMAIN_TARGET): $(SDLMAIN_OBJECTS)
$(AR) cru $@ $(SDLMAIN_OBJECTS)
$(RANLIB) $@

install: install-bin install-hdrs install-lib install-data install-man
install: all install-bin install-hdrs install-lib install-data install-man
install-bin:
$(SHELL) $(auxdir)/mkinstalldirs $(bindir)
$(INSTALL) -m 755 sdl-config $(bindir)/sdl-config
Expand Down

0 comments on commit a277d84

Please sign in to comment.