Skip to content

Commit

Permalink
The install target depends on the libraries being built
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 4, 2006
1 parent dce223d commit ea87377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -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 \
Expand Down

0 comments on commit ea87377

Please sign in to comment.