diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-24 04:55:08 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-24 04:55:08 +0000 |
commit | a9166bb7bc8a7798aa75c0077288885e48c37252 (patch) | |
tree | 7e3cf0ed0dafe2cd0b4eb1f437b4fbb280308cfb /maintMakefile | |
parent | 4e7ee4fc01524432028e073bcac96c67a82bf312 (diff) | |
download | gunmake-a9166bb7bc8a7798aa75c0077288885e48c37252.tar.gz |
* Some configure fixes.
Diffstat (limited to 'maintMakefile')
-rw-r--r-- | maintMakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maintMakefile b/maintMakefile index 939e19f..50fc396 100644 --- a/maintMakefile +++ b/maintMakefile @@ -11,10 +11,10 @@ globhdr := $(wildcard glob/*.h) TEMPLATES = README README.DOS config.ami configh.dos config.h.W32 config.h-vms MTEMPLATES = Makefile.DOS SMakefile -# We need this to ensure that README is created on time to avoid errors -# by automake. +# We need this to ensure that README and build.sh.in are created on time to +# avoid errors by automake. # -Makefile.in: README +#Makefile.in: README build.sh.in # General rule for turning a .template into a regular file. # |