[hackers] [scc] [cc1] Small cosmetic change in the Makefile || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Tue, 29 Nov 2016 13:42:25 +0100 (CET)

commit cf23d3bf671ad3e096d9b6988f7fbaf976995137
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Tue Nov 29 13:39:24 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Tue Nov 29 13:39:24 2016 +0100

    [cc1] Small cosmetic change in the Makefile

diff --git a/cc1/Makefile b/cc1/Makefile
index 48a32ab..25df906 100644
--- a/cc1/Makefile
+++ b/cc1/Makefile
_AT_@ -8,13 +8,12 @@ OBJS = types.o decl.o lex.o error.o symbol.o main.o expr.o \
 
 all: cc1
 
-../inc/sizes.h:
- cp ../inc/sizes_$(STD).h $_AT_
-
 cpp.o: stallman.msg
-
 $(OBJS): cc1.h ../inc/cc.h ../inc/sizes.h
 
+../inc/sizes.h:
+ cp ../inc/sizes_$(STD).h $_AT_
+
 ../lib/libcc.a:
         cd ../lib && $(MAKE) -e
 
Received on Tue Nov 29 2016 - 13:42:25 CET

This archive was generated by hypermail 2.3.0 : Tue Nov 29 2016 - 13:48:22 CET