diff options
author | Paul Smith <psmith@gnu.org> | 1999-08-31 17:02:31 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-08-31 17:02:31 +0000 |
commit | 27255c5b51c25f0256b8432446fca403c92e0a06 (patch) | |
tree | 2a267a037fb2339f62e8deb21a1eb7cc0acb66e3 /maintMakefile | |
parent | b134da55059775759b6e2d1ab8d6425033c3834a (diff) | |
download | gunmake-27255c5b51c25f0256b8432446fca403c92e0a06.tar.gz |
* Large file support for AIX, HP-UX, and IRIX.
* W32 support for Cygnus Cygwin shell (bash).
Diffstat (limited to 'maintMakefile')
-rw-r--r-- | maintMakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maintMakefile b/maintMakefile index 108381b..659efa5 100644 --- a/maintMakefile +++ b/maintMakefile @@ -8,7 +8,8 @@ globsrc := $(wildcard glob/*.c) globhdr := $(wildcard glob/*.h) -TEMPLATES = README README.DOS config.ami configh.dos config.h.W32 config.h-vms +TEMPLATES = README README.DOS README.W32 \ + config.ami configh.dos config.h.W32 config.h-vms MTEMPLATES = Makefile.DOS SMakefile # We need this to ensure that README and build.sh.in are created on time to |