]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Darwin: Renamed to darwin.c
authorMartin Mares <mj@ucw.cz>
Sat, 1 Nov 2014 15:55:17 +0000 (16:55 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 1 Nov 2014 15:55:17 +0000 (16:55 +0100)
lib/Makefile
lib/darwin.c [moved from lib/darwin-device.c with 100% similarity]

index 1fedbe639eaee98700d5d6018daf56d820a8ec5c..6f6efecddc4a7a0578d30b1a3f38c485dfc1846d 100644 (file)
@@ -43,7 +43,7 @@ OBJS += nbsd-libpci
 endif
 
 ifdef PCI_HAVE_PM_DARWIN_DEVICE
-OBJS += darwin-device
+OBJS += darwin
 endif
 
 all: $(PCILIB) $(PCILIBPC)
similarity index 100%
rename from lib/darwin-device.c
rename to lib/darwin.c