Mercurial > mplayer.hg
comparison Makefile @ 27236:9cbd4395dfca
Dependency files should be refreshed when object files are rebuilt.
Express this with Makefile syntax instead of in the dependency file
generation command.
author | diego |
---|---|
date | Sat, 12 Jul 2008 08:23:10 +0000 |
parents | 0c39ee17759a |
children | 38d837e668fb |
comparison
equal
deleted
inserted
replaced
27235:ea35e46aa7af | 27236:9cbd4395dfca |
---|---|
772 endif | 772 endif |
773 version.h: | 773 version.h: |
774 ./version.sh `$(CC) -dumpversion` | 774 ./version.sh `$(CC) -dumpversion` |
775 | 775 |
776 %(EXESUF): %.c | 776 %(EXESUF): %.c |
777 %.o: %.d | |
777 | 778 |
778 | 779 |
779 | 780 |
780 ###### dependency declarations / specific CFLAGS ###### | 781 ###### dependency declarations / specific CFLAGS ###### |
781 | 782 |