diff options
author | Roland McGrath <roland@redhat.com> | 1993-12-23 20:41:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-12-23 20:41:21 +0000 |
commit | db98fe95a4c692a854c6f73931323528f6750678 (patch) | |
tree | b08226d060122c7bdb0d954b7b8499f8f8151d21 /GNUmakefile | |
parent | 66784463c07a09856b3aea816c39f6906109a23f (diff) | |
download | gunmake-db98fe95a4c692a854c6f73931323528f6750678.tar.gz |
Formerly GNUmakefile.~113~
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 070cc9e..5f66b36 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -249,7 +249,8 @@ make-$(version).tar: README INSTALL COPYING ChangeLog NEWS \ configure Makefile.in configure.in build.sh.in mkinstalldirs \ acconfig.h $(srcs) remote-*.c $(globfiles) \ make.texinfo make-stds.texi \ - make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags + make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags \ + install.sh $(make-tar) ifneq (,) |