diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-11-03 06:06:50 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-11-03 06:06:50 +0000 |
commit | 80e906da4d3c64d71e55c13184e33ec45e75fff9 (patch) | |
tree | f5af7843220ccdecc2c2865eaf89cdf4e8955c77 /gnu/usr.bin | |
parent | ec18865f77536e1a6363744550bd2d77a2b0b632 (diff) |
one more ${srcdir} place, now puts .info properly in obj/; ok deraadt
Diffstat (limited to 'gnu/usr.bin')
-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 5a2f26bcbf2..af443c47883 100644 --- a/gnu/usr.bin/binutils/gas/doc/Makefile.in +++ b/gnu/usr.bin/binutils/gas/doc/Makefile.in @@ -51,7 +51,7 @@ depcomp = am__depfiles_maybe = SOURCES = DIST_SOURCES = -INFO_DEPS = $(srcdir)/as.info +INFO_DEPS = as.info TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo DVIS = as.dvi |