diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-17 12:20:46 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-10-17 12:20:46 +0300 |
commit | a786967e7e5775d6da6fd94e5113c6cb3c7704f2 (patch) | |
tree | 1b667c455d7f90aa210fd44374a81eb7d0e03eaf /awklib/Makefile.in | |
parent | 6f373546792c2befaa2d9d0fffb12fda80320042 (diff) | |
parent | 49a291d1713912ffb6801ced6f0c517e430a9a71 (diff) | |
download | gawk-a786967e7e5775d6da6fd94e5113c6cb3c7704f2.tar.gz |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'awklib/Makefile.in')
-rw-r--r-- | awklib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/Makefile.in b/awklib/Makefile.in index 38124fad..cb8097bf 100644 --- a/awklib/Makefile.in +++ b/awklib/Makefile.in @@ -653,7 +653,7 @@ $(srcdir)/stamp-eg: $(srcdir)/../doc/gawk.texi $(srcdir)/../doc/gawkinet.texi cd $(srcdir) && \ rm -fr eg && \ rm -fr stamp-eg && \ - $(AWKPROG) -f extract.awk ../doc/gawk.texi ../doc/gawkinet.texi + $(AWKPROG) -f ./extract.awk ../doc/gawk.texi ../doc/gawkinet.texi @echo 'some makes are stupid and will not check a directory' > $(srcdir)/stamp-eg @echo 'against a file, so this file is a place holder. gack.' >> $(srcdir)/stamp-eg |