diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-19 08:48:17 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-19 08:48:17 +0000 |
| commit | 2ff3ba336eb76c046818643c49adcb6fc4f67e87 (patch) | |
| tree | ba6fb755cf0f7da06d45ee08f5e1f23dd41574be /lib/libc/regex | |
| parent | 405033831e7ef2f3103c8b455c6ae9ceced88073 (diff) | |
Notes
Diffstat (limited to 'lib/libc/regex')
| -rw-r--r-- | lib/libc/regex/grot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/regex/grot/Makefile b/lib/libc/regex/grot/Makefile index b610c80e1eb2..3e4172432f1c 100644 --- a/lib/libc/regex/grot/Makefile +++ b/lib/libc/regex/grot/Makefile @@ -48,12 +48,14 @@ re: $(OBJS) o: $(OBJPRODN) -REGEXHSRC = regex2.h reg*.c +REGEXHSRC = ../regex2.h ../reg*.c h: $(REGEXHSRC) sh mkh $(MKHFLAGS) -i _REGEX_H_ $(REGEXHSRC) >regex.tmp cmp -s regex.tmp regex.h 2>/dev/null || cp regex.tmp regex.h rm -f regex.tmp +regex.h: h + regcomp.o regexec.o regfree.o debug.o: utils.h regex.h regex2.h regcomp.o: cname.h regcomp.ih regexec.o: engine.c engine.ih |
