]> git.ipfire.org Git - thirdparty/make.git/commitdiff
(globfiles): Add glob/configure.bat.
authorRoland McGrath <roland@redhat.com>
Fri, 10 Mar 1995 18:56:38 +0000 (18:56 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 10 Mar 1995 18:56:38 +0000 (18:56 +0000)
(distfiles): Add configh.dos, configure.bat.

GNUmakefile

index 5ff6e2cc56d48796a3b2ac7c672c9d462ce67488..ea22dd93511317b71784eb7a23f3e52c6702eae8 100644 (file)
@@ -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 \