diff options
author | Roland McGrath <roland@redhat.com> | 1996-05-13 18:39:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-05-13 18:39:33 +0000 |
commit | df99d7af1f7de34befa4552a7db670c39ff2bc25 (patch) | |
tree | c9348010d0a7b17bf29c758e80d4be97a059b125 | |
parent | db561cfc3e2039a6404632a4c9939276e5521424 (diff) | |
download | gunmake-df99d7af1f7de34befa4552a7db670c39ff2bc25.tar.gz |
Mon May 13 14:37:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* GNUmakefile (amigafiles): Add amiga.h.
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index d7b11ff..89897a2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -226,7 +226,7 @@ tarfiles: $(tarfiles) vmsfiles = config.h-vms makefile.com makefile.vms readme.vms \ vmsdir.h vmsfunctionc.c vmsify.c amigafiles = README.Amiga config.ami Makefile.ami SCOPTIONS SMakefile \ - amiga.c make.lnk + amiga.c amiga.h make.lnk distfiles=README INSTALL COPYING ChangeLog NEWS \ configure Makefile.in configure.in build.sh.in mkinstalldirs \ configh.dos configure.bat \ |