diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-03 01:39:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-03 01:39:08 +0000 |
commit | 872898bf8b7e773610a24bf47e6506782df99d6b (patch) | |
tree | f87d5cb769037e3783196110292d3f9671a415cf /gnu | |
parent | 652f335ef4107438e829d70565462478fbf69331 (diff) |
incorrectly places output files in ${srcdir} -- candidate for passing back
ok pvalchev
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/gas/doc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gas/doc/Makefile.in b/gnu/usr.bin/binutils/gas/doc/Makefile.in index c6b51603bcb..5a2f26bcbf2 100644 --- a/gnu/usr.bin/binutils/gas/doc/Makefile.in +++ b/gnu/usr.bin/binutils/gas/doc/Makefile.in @@ -338,7 +338,7 @@ distclean-libtool: -o $@ $< if test ! -d $@ && test -d $(@:.html=); then \ mv $(@:.html=) $@; else :; fi -$(srcdir)/as.info: as.texinfo +as.info: as.texinfo as.pdf: as.texinfo as.html: as.texinfo .dvi.ps: |