diff options
author | Roland McGrath <roland@redhat.com> | 1993-03-12 20:54:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-03-12 20:54:25 +0000 |
commit | 28c125b725bb2b41dcaf26cee9a157cfb3de36d6 (patch) | |
tree | 2f4cbfabe89a8815d150020ec1bbe2bbdf7e4b08 | |
parent | ab9034ef4ee3e025593451ab99cb87f4452958a2 (diff) | |
download | gunmake-28c125b725bb2b41dcaf26cee9a157cfb3de36d6.tar.gz |
Formerly compatMakefile.~68~
-rw-r--r-- | compatMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index 807fc5c..c219251 100644 --- a/compatMakefile +++ b/compatMakefile @@ -140,7 +140,7 @@ info: make.info dvi: make.dvi make.info: make.texinfo - $(MAKEINFO) -I$(srcdir) $(srcdir)/make.texinfo + $(MAKEINFO) -I$(srcdir) $(srcdir)/make.texinfo -o make.info make.dvi: make.texinfo $(TEXI2DVI) $(srcdir)/make.texinfo |