projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbfb270
)
Regenerated
3.73.3
author
Roland McGrath
<roland@redhat.com>
Wed, 10 May 1995 21:59:24 +0000
(21:59 +0000)
committer
Roland McGrath
<roland@redhat.com>
Wed, 10 May 1995 21:59:24 +0000
(21:59 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 4140afecdf0045afc260eb59e83da89d6d9d0fcc..b77794f744c78c93f4ef4e8fdf68c3956be0f7ba 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-216,6
+216,7
@@
$(infodir)/make.info: make.info
# We use `$(SHELL) -c' because some shells do not
# fail gracefully when there is an unknown command.
if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
+ if [ -r ./make.info ]; then dir=.; else dir=$(srcdir); fi; \
install-info --infodir=$(infodir) $$dir/make.info; \
else true; fi