From: Roland McGrath Date: Mon, 28 Nov 1994 22:02:23 +0000 (+0000) Subject: (globfiles): Add configure.in, configure. X-Git-Tag: 3.72.3~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7376280c3396bad17e70619a92bd26262f92135f;p=platform%2Fupstream%2Fmake.git (globfiles): Add configure.in, configure. --- diff --git a/GNUmakefile b/GNUmakefile index 70bf9fc..1e526b4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -147,7 +147,7 @@ $(prog): $(objs) $(globdep) #$(addprefix $(ARCH)/,gmalloc.o mcheck.o) $(CC) $(LDFLAGS) $^ $(globlib) $(LOADLIBES) -o $@.new mv -f $@.new $@ -globfiles = $(addprefix glob/,COPYING.LIB Makefile.in \ +globfiles = $(addprefix glob/,COPYING.LIB configure.in configure Makefile.in \ glob.c fnmatch.c glob.h fnmatch.h) $(globfiles): stamp-glob ; stamp-glob: /home/gd/gnu/libc/posix/glob.tar