summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-10 16:54:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-10 16:54:44 +0000
commitec395d0e82f55ee7f626e51f3c51c39a1b7d2c3e (patch)
tree6148a3a751f0c85048e86e6e1e10fa5e29257fe1 /libdha
parent3b74ec22228a96ca707715b3a111062750f2c88d (diff)
downloadmpv-ec395d0e82f55ee7f626e51f3c51c39a1b7d2c3e.tar.bz2
mpv-ec395d0e82f55ee7f626e51f3c51c39a1b7d2c3e.tar.xz
Remove generated pci_* files on clean, not just on distclean.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21868 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index 8f5aa1dc9c..25d8504533 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -71,10 +71,10 @@ test:
clean:
rm -f *.o *.a *~ *.so *.so.*
+ rm -f pci_*.c pci_*.h pci.db
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: pci_names.c
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend