summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-27 00:06:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-27 00:06:42 +0000
commit89d549f984ebc41a5bb89bbcf9ba7d29f860351e (patch)
tree43130fadc2dd6fe808fa28a3ec9bc6488b603005 /libdha
parente6338c5858795c42ca45afbabe8b765d8050db58 (diff)
downloadmpv-89d549f984ebc41a5bb89bbcf9ba7d29f860351e.tar.bz2
mpv-89d549f984ebc41a5bb89bbcf9ba7d29f860351e.tar.xz
Make clean/distclean behave uniformly in all directories.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index 5f3cf16beb..68d8483725 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -66,10 +66,10 @@ test:
$(CC) test.c -o test $(SHORTNAME)
clean:
- rm -f *.o *.so *.so.* *~
+ rm -f *.o *.a *~ *.so *.so.*
-distclean:
- rm -f Makefile.bak *.o *.so *.so.* test *~ .depend
+distclean: clean
+ rm -f .depend test
rm -f pci_dev_ids.c pci_ids.h pci_names.c pci_names.h pci_vendors.h pci.db
dep: depend