Added a dependency
This commit is contained in:
parent
6f9a14000c
commit
35e75e3d55
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ pattern.c: patterns mktab
|
|||
mktab: mktab.o $(LIBS)
|
||||
cc $(CFLAGS) mktab.o $(LIBS) $(LEXLIB) -o mktab
|
||||
|
||||
mktab.o: scan.c
|
||||
|
||||
depend: regglob.c regnoglob.c pattern.c
|
||||
sed '/^#AUTOAUTO/,$$d' Makefile >Makefile.new
|
||||
echo '#AUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTO' >> Makefile.new
|
||||
|
|
Loading…
Reference in a new issue