aboutsummaryrefslogtreecommitdiff
path: root/compatMakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-02-05 22:48:57 +0000
committerRoland McGrath <roland@redhat.com>1993-02-05 22:48:57 +0000
commit4f1320fba290d5b380546defed1acb0d6a50b438 (patch)
treeee52d46a12d0537e0bd08d9aab3b8db7fa33d86c /compatMakefile
parentb8a4e2bb0e7fe0ecf1413b6081d415cf1dce40c5 (diff)
downloadgunmake-4f1320fba290d5b380546defed1acb0d6a50b438.tar.gz
Formerly compatMakefile.~62~
Diffstat (limited to 'compatMakefile')
-rw-r--r--compatMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/compatMakefile b/compatMakefile
index 38582ff..b885038 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -188,9 +188,9 @@ $(bindir)/$(instname): make
$(infodir)/$(instname).info: make.info
for file in $(srcdir)/make.info*; do \
- name="`basename $$file`"
+ name="`basename $$file`"; \
$(INSTALL_DATA) $$file \
- `echo $@ | sed "s/$(instname).info\$$/$$name/"`
+ `echo $@ | sed "s/$(instname).info\$$/$$name/"`; \
done
$(mandir)/$(instname).$(manext): make.man