1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 18:45:25 +00:00

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
This commit is contained in:
diego 2007-01-10 16:54:44 +00:00
parent 3b74ec2222
commit ec395d0e82

View File

@ -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