Fixed proto.make: Cfiles also depends on Makefile
This commit is contained in:
parent
3a0c239091
commit
df7fa49125
|
@ -58,7 +58,7 @@ pr:
|
||||||
lint: make.main
|
lint: make.main
|
||||||
make -f make.main lint
|
make -f make.main lint
|
||||||
|
|
||||||
Cfiles: LLfiles $(GEN_C) $(GEN_H)
|
Cfiles: LLfiles $(GEN_C) $(GEN_H) Makefile
|
||||||
echo $(CFILES) | tr ' ' '\012' > Cfiles
|
echo $(CFILES) | tr ' ' '\012' > Cfiles
|
||||||
echo $(HFILES) | tr ' ' '\012' >> Cfiles
|
echo $(HFILES) | tr ' ' '\012' >> Cfiles
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue