[hackers] [scc] Add arch dependency to cc1/Makefile || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Fri, 25 Sep 2015 17:50:44 +0200 (CEST)

commit 96e374472046128ac41a85125493019740c8b5c1
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Fri Sep 25 17:44:10 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Fri Sep 25 17:44:10 2015 +0200

    Add arch dependency to cc1/Makefile

diff --git a/cc1/Makefile b/cc1/Makefile
index 2548751..f2127a1 100644
--- a/cc1/Makefile
+++ b/cc1/Makefile
_AT_@ -7,7 +7,7 @@ all: cc1
 
 .POSIX:
 
-$(OBJS) : cc1.h ../inc/cc.h ../inc/sizes.h
+$(OBJS) : cc1.h ../inc/cc.h ../inc/sizes.h arch/$(ARCH)/arch.h
 
 cc1: $(OBJS) ../lib/libcc.a
         $(CC) $(LDFLAGS) $(OBJS) ../lib/libcc.a -o $_AT_
Received on Fri Sep 25 2015 - 17:50:44 CEST

This archive was generated by hypermail 2.3.0 : Fri Sep 25 2015 - 18:00:22 CEST