From: Mike Frysinger <vapier@xxxxxxxxxxxx> Let the distro/user deal with ldconfig updating. Running it blindly like this breaks DESTDIR installs as `ldconfig` only operates on system paths. Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index a3ead30..46c683d 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,6 @@ install-libreg: $(NQ) ' INSTALL libreg' $(Q)mkdir -p $(DESTDIR)/$(LIBDIR) $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/ - $(Q)ldconfig %.o: %.c regdb.h $(LIBREG) $(NQ) ' CC ' $@ -- 2.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html