[hackers] [scc] [cc1] Add stallman dependency to the Makefile || Roberto E. Vargas Caballero
commit a2411fb7e6bab7a76d3b0fe5fd74433f976e6f8d
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Thu Jun 23 14:08:17 2016 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Thu Jun 23 14:08:17 2016 +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.
diff --git a/cc1/Makefile b/cc1/Makefile
index 80e5470..9020ba6 100644
--- a/cc1/Makefile
+++ b/cc1/Makefile
_AT_@ -11,6 +11,8 @@ all: cc1
../inc/sizes.h:
cp ../inc/sizes_$(STD).h $_AT_
+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
index f11015e..1603be8 100644
--- a/cc1/stallman.msg
+++ b/cc1/stallman.msg
_AT_@ -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,
Received on Thu Jun 23 2016 - 14:09:36 CEST
This archive was generated by hypermail 2.3.0
: Thu Jun 23 2016 - 14:12:18 CEST