shithub: scc

Download patch

ref: 4eef2ebea51d526b52bd074247d821bf80c12ee5
parent: 889a895a11e7caf277c91613df65607e715641a2
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Nov 29 08:39:24 EST 2016

[cc1] Small cosmetic change in the Makefile

--- a/cc1/Makefile
+++ b/cc1/Makefile
@@ -8,12 +8,11 @@
 
 all: cc1
 
-../inc/sizes.h:
-	cp ../inc/sizes_$(STD).h $@
-
 cpp.o: stallman.msg
-
 $(OBJS): cc1.h ../inc/cc.h ../inc/sizes.h
+
+../inc/sizes.h:
+	cp ../inc/sizes_$(STD).h $@
 
 ../lib/libcc.a:
 	cd ../lib && $(MAKE) -e