From 17c0394061d56d62b866c5e6b91ae51d911951f4 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 1 Apr 2007 12:31:15 +0000 Subject: [PATCH] Move pci.db out of its single-file subdirectory. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22882 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/Makefile | 2 +- libdha/{oth => }/pci.db | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libdha/{oth => }/pci.db (100%) diff --git a/libdha/Makefile b/libdha/Makefile index e13b3da03b..e761b8fb80 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -18,7 +18,7 @@ dep depend:: pci_names.c include ../mpcommon.mak -pci_names.c: oth/pci.db +pci_names.c: pci.db LC_ALL=C $(AWK) -f pci_db2c.awk $< test: pci.o diff --git a/libdha/oth/pci.db b/libdha/pci.db similarity index 100% rename from libdha/oth/pci.db rename to libdha/pci.db