diff options
author | Roland McGrath <roland@redhat.com> | 1995-03-10 18:56:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-03-10 18:56:38 +0000 |
commit | 8478b0c10af24fbdb709f78decc10611adefdfe5 (patch) | |
tree | 5068703935b7527d7795075944dd35fe8df44d50 /GNUmakefile | |
parent | 1adf3a07dcf164ea8a05535b64af70ce96ba58b3 (diff) | |
download | gunmake-8478b0c10af24fbdb709f78decc10611adefdfe5.tar.gz |
(globfiles): Add glob/configure.bat.
(distfiles): Add configh.dos, configure.bat.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5ff6e2c..ea22dd9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -152,7 +152,7 @@ $(prog): $(objs) $(globdep) #$(addprefix $(ARCH)/,gmalloc.o mcheck.o) mv -f $@.new $@ globfiles = $(addprefix glob/,COPYING.LIB configure.in configure Makefile.in \ - glob.c fnmatch.c glob.h fnmatch.h) + configure.bat glob.c fnmatch.c glob.h fnmatch.h) $(globfiles): stamp-glob ; stamp-glob: /home/gd/gnu/libc/posix/glob.tar -rm -rf glob @@ -223,6 +223,7 @@ tarfiles: $(tarfiles) distfiles=README INSTALL COPYING ChangeLog NEWS \ configure Makefile.in configure.in build.sh.in mkinstalldirs \ + configh.dos configure.bat \ acconfig.h $(srcs) remote-*.c $(globfiles) \ make.texinfo make-stds.texi \ make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags \ |