mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 06:27:57 +00:00
(globfiles): Add glob/configure.bat.
(distfiles): Add configh.dos, configure.bat.
This commit is contained in:
parent
1adf3a07dc
commit
8478b0c10a
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,7 @@ $(prog): $(objs) $(globdep) #$(addprefix $(ARCH)/,gmalloc.o mcheck.o)
|
||||||
mv -f $@.new $@
|
mv -f $@.new $@
|
||||||
|
|
||||||
globfiles = $(addprefix glob/,COPYING.LIB configure.in configure Makefile.in \
|
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 ;
|
$(globfiles): stamp-glob ;
|
||||||
stamp-glob: /home/gd/gnu/libc/posix/glob.tar
|
stamp-glob: /home/gd/gnu/libc/posix/glob.tar
|
||||||
-rm -rf glob
|
-rm -rf glob
|
||||||
|
@ -223,6 +223,7 @@ tarfiles: $(tarfiles)
|
||||||
|
|
||||||
distfiles=README INSTALL COPYING ChangeLog NEWS \
|
distfiles=README INSTALL COPYING ChangeLog NEWS \
|
||||||
configure Makefile.in configure.in build.sh.in mkinstalldirs \
|
configure Makefile.in configure.in build.sh.in mkinstalldirs \
|
||||||
|
configh.dos configure.bat \
|
||||||
acconfig.h $(srcs) remote-*.c $(globfiles) \
|
acconfig.h $(srcs) remote-*.c $(globfiles) \
|
||||||
make.texinfo make-stds.texi \
|
make.texinfo make-stds.texi \
|
||||||
make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags \
|
make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags \
|
||||||
|
|
Loading…
Reference in a new issue