From 34d6f974a60b653184562e333479d8396dec7f42 Mon Sep 17 00:00:00 2001 From: tjr Date: Mon, 19 Jul 2004 08:48:17 +0000 Subject: Update paths to reg*.c and regex2.h. Add a target to build regex.h. --- lib/libc/regex/grot/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/regex') diff --git a/lib/libc/regex/grot/Makefile b/lib/libc/regex/grot/Makefile index b610c80..3e41724 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 -- cgit v1.1