summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-05-28 21:43:35 +0000
committerwlemb <wlemb>2004-05-28 21:43:35 +0000
commit6c29c26bfb148776f1dcd15f7c797bf428757c07 (patch)
tree6468094b4e19b1a0ae4b19b25d467058925ed247 /arch
parentf2901a5093e9226ca375c81a0215bcfcc2e30450 (diff)
downloadgroff-6c29c26bfb148776f1dcd15f7c797bf428757c07.tar.gz
* arch/misc/Makefile.sub (shdeps.sed): Use $(srcdir).
Fix problems with `friend name injections'. * src/preproc/eqn/box.h (make_mark_box, make_lineup_box, make_script_box), src/roff/troff/div.h (end_diversions), src/roff/troff/env.h (title), input.cpp (process_input_stack): Undo change 2004-04-08. * src/preproc/pic/pic.man, doc/pic.ms: Add example for `command'. * src/libs/libgroff/cset.cpp, src/libs/libgroff/lf.cpp, src/libs/libgroff/color.cpp: Include lib.h.
Diffstat (limited to 'arch')
-rw-r--r--arch/misc/Makefile.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/misc/Makefile.sub b/arch/misc/Makefile.sub
index d49ab76e..b5f66e1d 100644
--- a/arch/misc/Makefile.sub
+++ b/arch/misc/Makefile.sub
@@ -21,7 +21,7 @@ CLEANADD=shdeps.sed
all: shdeps.sed
-shdeps.sed: shdeps.sh
- $(SHELL) shdeps.sh "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@
+shdeps.sed: $(srcdir)/shdeps.sh
+ $(SHELL) $(srcdir)/shdeps.sh "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@
# eof