From 31a6e02871315a298b906b0915c779369dcf3f62 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Fri, 15 Oct 2004 17:15:52 -0700 Subject: [PATCH] [PATCH] crap, I messed up the 'sed' instances pretty badly, this fixes the config and man page mess. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 167c88e55..fd46a93a4 100644 --- a/Makefile +++ b/Makefile @@ -262,14 +262,14 @@ udev_version.h: @echo \#define UDEVD_BIN \"$(DESTDIR)$(sbindir)/udevd\" >> $@ # Rules on how to create the generated config files -$(LOCAL_CFG_DIR)/udev.conf: $(HOST_PROGS) - $(QUIET) sed -e "s:@udevdir@:$(udevdir):" -e "s:@configdir@:$(configdir):" < $(LOCAL_CFG_DIR)/udev.conf.in > $@ +$(LOCAL_CFG_DIR)/udev.conf: + sed -e "s:@udevdir@:$(udevdir):" -e "s:@configdir@:$(configdir):" < $(LOCAL_CFG_DIR)/udev.conf.in > $@ GEN_MANPAGES = udev.8 GEN_MANPAGESIN = udev.8.in # Rules on how to create the man pages -$(GEN_MANPAGES): $(GEN_MANPAGESIN) $(HOST_PROGS) - $(QUIET) sed -e "s:@udevdir@:$(udevdir):" < $@.in > $@ +$(GEN_MANPAGES): $(GEN_MANPAGESIN) + sed -e "s:@udevdir@:$(udevdir):" < $@.in > $@ $(OBJS): $(GEN_HEADERS) $(HOST_PROGS) $(ROOT).o: $(GEN_HEADERS) $(HOST_PROGS) -- 2.30.2