diff options
author | Roland McGrath <roland@redhat.com> | 1993-02-05 22:48:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-02-05 22:48:57 +0000 |
commit | 4f1320fba290d5b380546defed1acb0d6a50b438 (patch) | |
tree | ee52d46a12d0537e0bd08d9aab3b8db7fa33d86c | |
parent | b8a4e2bb0e7fe0ecf1413b6081d415cf1dce40c5 (diff) | |
download | gunmake-4f1320fba290d5b380546defed1acb0d6a50b438.tar.gz |
Formerly compatMakefile.~62~
-rw-r--r-- | compatMakefile | 4 |
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 |