From 96d52a3d9cd0becc370869f35befbe8ca12e6cc5 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 15 Jun 2009 21:18:53 +0000 Subject: build the .cat page in the current working dir, not the src dir --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index a607568ab..f841b32ad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -182,8 +182,8 @@ all: $(PROGS) $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(OPTIONS) $< .man.cat: - @rm -f $(srcdir)/$@ - sed '1s/^/.if n .ll 78n/' $< | $(NROFF) -man > $(srcdir)/$@ + @rm -f $@ + sed '1s/^/.if n .ll 78n/' $< | $(NROFF) -man > $@ sudo: $(SUDO_OBJS) $(LIB_OBJS) $(CC) -o $@ $(SUDO_OBJS) $(LIB_OBJS) $(SUDO_LDFLAGS) $(SUDO_LIBS) -- cgit v1.2.1