commit cf23d3bf671ad3e096d9b6988f7fbaf976995137
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Tue Nov 29 13:39:24 2016 +0100
Commit: Roberto E. Vargas Caballero <[email protected]>
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
@@ -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 $@
-
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