diff options
author | Roland McGrath <roland@redhat.com> | 1994-11-28 20:54:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-11-28 20:54:38 +0000 |
commit | 3c767901f6831c378cfb1d8b86042368957e0f53 (patch) | |
tree | 1432e0d684fdd18b72ebaa45926b31c0052128b6 | |
parent | c6dfff5f1b587c2d1eaf9125338397277afdd8cf (diff) | |
download | gunmake-3c767901f6831c378cfb1d8b86042368957e0f53.tar.gz |
(make-$(version).tar): Rename install.sh to install-sh.3.72.2
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index c51fb9b..70bf9fc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -262,7 +262,7 @@ make-$(version).tar: README INSTALL COPYING ChangeLog NEWS \ acconfig.h $(srcs) remote-*.c $(globfiles) \ make.texinfo make-stds.texi \ make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags \ - install.sh \ + install-sh \ make.info make.info* $(make-tar) |