comparison Makefile @ 22523:5a2e0dfee807

codecs.conf.h needs to be made before .depend.
author diego
date Mon, 12 Mar 2007 23:53:40 +0000
parents 2c1b9f2174c3
children 2e1f6cc38803
comparison
equal deleted inserted replaced
22522:12b3d4c8b263 22523:5a2e0dfee807
331 -rm -f .depend configure.log config.mak config.h 331 -rm -f .depend configure.log config.mak config.h
332 332
333 strip: 333 strip:
334 strip -s $(ALL_PRG) 334 strip -s $(ALL_PRG)
335 335
336 dep depend: help_mp.h version.h 336 dep depend: help_mp.h version.h codecs.conf.h
337 $(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend 337 $(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
338 @for a in $(PARTS); do $(MAKE) -C $$a dep; done 338 @for a in $(PARTS); do $(MAKE) -C $$a dep; done
339 339
340 # ./configure must be rerun if it changed 340 # ./configure must be rerun if it changed
341 config.h: configure 341 config.h: configure