Update paths to reg*.c and regex2.h. Add a target to build regex.h.

This commit is contained in:
Tim J. Robbins 2004-07-19 08:48:17 +00:00
parent 405033831e
commit 2ff3ba336e

View File

@ -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