mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 22:05:46 +00:00
build the .cat page in the current working dir, not the src dir
This commit is contained in:
@@ -182,8 +182,8 @@ all: $(PROGS)
|
|||||||
$(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(OPTIONS) $<
|
$(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(OPTIONS) $<
|
||||||
|
|
||||||
.man.cat:
|
.man.cat:
|
||||||
@rm -f $(srcdir)/$@
|
@rm -f $@
|
||||||
sed '1s/^/.if n .ll 78n/' $< | $(NROFF) -man > $(srcdir)/$@
|
sed '1s/^/.if n .ll 78n/' $< | $(NROFF) -man > $@
|
||||||
|
|
||||||
sudo: $(SUDO_OBJS) $(LIB_OBJS)
|
sudo: $(SUDO_OBJS) $(LIB_OBJS)
|
||||||
$(CC) -o $@ $(SUDO_OBJS) $(LIB_OBJS) $(SUDO_LDFLAGS) $(SUDO_LIBS)
|
$(CC) -o $@ $(SUDO_OBJS) $(LIB_OBJS) $(SUDO_LDFLAGS) $(SUDO_LIBS)
|
||||||
|
Reference in New Issue
Block a user