Mercurial > mplayer.hg
comparison libdha/Makefile @ 22342:909e1e707dc5
Simplify .depend file inclusion.
author | diego |
---|---|
date | Tue, 27 Feb 2007 17:04:46 +0000 |
parents | c24e237516f6 |
children | 206456738325 |
comparison
equal
deleted
inserted
replaced
22341:dd297c5f9ccd | 22342:909e1e707dc5 |
---|---|
88 | 88 |
89 uninstall: | 89 uninstall: |
90 rm -f $(LIBDIR)/libdha.so $(LIBDIR)/$(SHORTNAME) $(LIBDIR)/$(LIBNAME) | 90 rm -f $(LIBDIR)/libdha.so $(LIBDIR)/$(SHORTNAME) $(LIBDIR)/$(LIBNAME) |
91 -$(LDCONFIG) | 91 -$(LDCONFIG) |
92 | 92 |
93 ifneq ($(wildcard .depend),) | 93 -include .depend |
94 include .depend | |
95 endif |