(regex.o): Depend on ../src/config.h.
This commit is contained in:
parent
221cc4f4dc
commit
641acd26cd
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ REGEXPOBJ = regex.o
|
|||
REGEXPDEPS = $(REGEXPOBJ) ../src/regex.h
|
||||
#endif
|
||||
|
||||
regex.o: ../src/regex.c ../src/regex.h
|
||||
regex.o: ../src/regex.c ../src/regex.h ../src/config.h
|
||||
${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c
|
||||
|
||||
etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h
|
||||
|
|
Loading…
Add table
Reference in a new issue