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 @@ include $(depend) |
|
|
$(objects)/$(TARGET): $(OBJECTS) |
|
|
$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJECTS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(LT_LDFLAGS) |
|
|
|
|
|
install: install-hdrs install-lib #install-bin |
|
|
install: all install-hdrs install-lib #install-bin |
|
|
install-hdrs: |
|
|
$(SHELL) $(auxdir)/mkinstalldirs $(includedir)/SDL |
|
|
for src in $(srcdir)/SDL_mixer.h; do \ |
|
|