summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-11-28 22:02:23 +0000
committerRoland McGrath <roland@redhat.com>1994-11-28 22:02:23 +0000
commit7376280c3396bad17e70619a92bd26262f92135f (patch)
tree6dc9c7e1bb52653a3cddec6dbb63e138e8ba1cf5 /GNUmakefile
parent3c767901f6831c378cfb1d8b86042368957e0f53 (diff)
downloadgunmake-7376280c3396bad17e70619a92bd26262f92135f.tar.gz
(globfiles): Add configure.in, configure.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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