From: Martin Mares Date: Sat, 1 Nov 2014 15:55:17 +0000 (+0100) Subject: Darwin: Renamed to darwin.c X-Git-Tag: v3.3.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a54d4bd199cddd82647b912b1038c25ded5e3510;p=thirdparty%2Fpciutils.git Darwin: Renamed to darwin.c --- diff --git a/lib/Makefile b/lib/Makefile index 1fedbe6..6f6efec 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -43,7 +43,7 @@ OBJS += nbsd-libpci endif ifdef PCI_HAVE_PM_DARWIN_DEVICE -OBJS += darwin-device +OBJS += darwin endif all: $(PCILIB) $(PCILIBPC) diff --git a/lib/darwin-device.c b/lib/darwin.c similarity index 100% rename from lib/darwin-device.c rename to lib/darwin.c