Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
The install target depends on the libraries being built
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Makefile.in
|
@@ -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 |
|
|