Mercurial > mplayer.hg
comparison Makefile @ 26540:362f8c285877
Restore line mistakenly commented out in the last commit.
author | diego |
---|---|
date | Mon, 28 Apr 2008 13:31:00 +0000 |
parents | d572ecfb34ae |
children | 671c0e7892c0 |
comparison
equal
deleted
inserted
replaced
26539:d572ecfb34ae | 26540:362f8c285877 |
---|---|
901 $(CC) $(CFLAGS) -o $@ $^ | 901 $(CC) $(CFLAGS) -o $@ $^ |
902 | 902 |
903 toolsclean: | 903 toolsclean: |
904 rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0 | 904 rm -f $(ALLTOOLS) TOOLS/fastmem*-* TOOLS/realcodecs/*.so.6.0 |
905 | 905 |
906 #-include $(DEPS) | 906 -include $(DEPS) |
907 | 907 |
908 .PHONY: all doxygen *install* recurse strip *tools | 908 .PHONY: all doxygen *install* recurse strip *tools |