Chromium Code Reviews| Index: src/tlcl/Makefile.firmware |
| diff --git a/src/tlcl/Makefile.firmware b/src/tlcl/Makefile.firmware |
| index 06b4ddaa1e5068dcdecbf0adae9c449f3ddbcfd9..2acf764d10d53f7597d92bd4a8a4415e57d65af8 100644 |
| --- a/src/tlcl/Makefile.firmware |
| +++ b/src/tlcl/Makefile.firmware |
| @@ -9,7 +9,7 @@ all: firmware |
| .PHONY: firmware |
| -firmware: tlcl.c tlcl_internal.h tlcl.h saved-structures.h |
| +firmware: tlcl.c tlcl_internal.h tlcl.h structures.h |
| $(CC) -Wall -Werror -ansi -DFIRMWARE -c tlcl.c |
| clean: |