Mercurial > mplayer.hg
comparison libmpcodecs/Makefile @ 21080:618d1857f4c4
Unify dep/depend targets.
author | diego |
---|---|
date | Mon, 20 Nov 2006 11:18:01 +0000 |
parents | 41773d188756 |
children | b437b582250d |
comparison
equal
deleted
inserted
replaced
21079:a09d28771d0c | 21080:618d1857f4c4 |
---|---|
337 rm -f native/*.o native/*.a native/*~ | 337 rm -f native/*.o native/*.a native/*~ |
338 | 338 |
339 distclean: clean | 339 distclean: clean |
340 rm -f .depend | 340 rm -f .depend |
341 | 341 |
342 dep: depend | 342 dep depend: |
343 | |
344 depend: | |
345 $(CC) -MM $(CFLAGS) $(SRCS) $(SRCS2) 1>.depend | 343 $(CC) -MM $(CFLAGS) $(SRCS) $(SRCS2) 1>.depend |
346 | 344 |
347 # | 345 # |
348 # include dependency files if they exist | 346 # include dependency files if they exist |
349 # | 347 # |