scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit a2411fb7e6bab7a76d3b0fe5fd74433f976e6f8d
parent db420540ad48bc0303ed2be999d0e5d0858df9f8
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 23 Jun 2016 14:08:17 +0200

[cc1] Add stallman dependency to the Makefile

This dependency was lost and it meant that any change to
this file didn't cause the compilation of the project.
a
Also, the first line of the message was a bit distorsionated
due to the warning text.

Diffstat:
Mcc1/Makefile | 2++
Mcc1/stallman.msg | 1+
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/cc1/Makefile b/cc1/Makefile @@ -11,6 +11,8 @@ all: cc1 ../inc/sizes.h: cp ../inc/sizes_$(STD).h $@ +cpp.o: stallman.msg + $(OBJS): cc1.h ../inc/cc.h ../inc/sizes.h arch/$(ARCH)/arch.h ../lib/libcc.a: diff --git a/cc1/stallman.msg b/cc1/stallman.msg @@ -1,4 +1,5 @@ /* See LICENSE file for copyright and license details. */ +0x0a, 0x2a, 0x20, 0x67, 0x20, 0x6f, 0x20, 0x61, 0x20, 0x74, 0x20, 0x73, 0x20, 0x65, 0x20, 0x78, 0x20, 0x2a, 0x20, 0x67, 0x20, 0x6f, 0x20, 0x61, 0x20, 0x74, 0x20, 0x73, 0x20, 0x65, 0x20, 0x78, 0x20, 0x2a, 0x20, 0x67, 0x20,