From a54d4bd199cddd82647b912b1038c25ded5e3510 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 1 Nov 2014 16:55:17 +0100 Subject: [PATCH] Darwin: Renamed to darwin.c --- lib/Makefile | 2 +- lib/{darwin-device.c => darwin.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{darwin-device.c => darwin.c} (100%) 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 -- 2.39.2