diff options
author | Paul Smith <psmith@gnu.org> | 2002-07-14 02:57:04 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-07-14 02:57:04 +0000 |
commit | a56563badd9b3cab2624c35f3a8104a3bb3b5f52 (patch) | |
tree | d3a2a48ac597a757001a6d010d13c858bc1fc262 /maintMakefile | |
parent | 21cf8c64441103bf875a56b39f39397ecd51424e (diff) | |
download | gunmake-a56563badd9b3cab2624c35f3a8104a3bb3b5f52.tar.gz |
Make sure templates are built.
Diffstat (limited to 'maintMakefile')
-rw-r--r-- | maintMakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maintMakefile b/maintMakefile index 1910674..b6e8317 100644 --- a/maintMakefile +++ b/maintMakefile @@ -12,6 +12,8 @@ TEMPLATES = README README.DOS README.W32 \ config.ami configh.dos config.h.W32 config.h-vms MTEMPLATES = Makefile.DOS SMakefile +all-am: $(TEMPLATES) $(MTEMPLATES) build.sh.in + # We need this to ensure that README and build.sh.in are created on time to # avoid errors by automake. # |