summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-08-13 21:09:52 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-08-13 21:09:52 -0400
commit1657f5d190dd6a71f94da5fb3ffb7157392d49f2 (patch)
tree94035f8237113271538ec6c716fc6a4984220181
parentd0ffff39991058af656fabcf1824c5a05f155bea (diff)
readd commented out makefile outputs.
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 097f2f974..e779fbcb2 100644
--- a/Makefile
+++ b/Makefile
@@ -126,9 +126,9 @@ $$($1_C_OBJS): VERSION := $2
$$($1_C_OBJS): REVISION := $3
$$($1_C_OBJS): LANGUAGE := $4
build/$1/%.o : %.c $$$$(c_dep)
- $$(CPP) $$(CPPFLAGS) -D $$(VERSION) -D REVISION=$$(REVISION) -D $$(LANGUAGE) $$< -o build/$1/$$*.i
- $$(PREPROC) build/$1/$$*.i charmap.txt | $$(CC1) $$(CFLAGS) -o build/$1/$$*.s
- printf ".text\n\t.align\t2, 0\n" >> build/$1/$$*.s
+ @$$(CPP) $$(CPPFLAGS) -D $$(VERSION) -D REVISION=$$(REVISION) -D $$(LANGUAGE) $$< -o build/$1/$$*.i
+ @$$(PREPROC) build/$1/$$*.i charmap.txt | $$(CC1) $$(CFLAGS) -o build/$1/$$*.s
+ @printf ".text\n\t.align\t2, 0\n" >> build/$1/$$*.s
$$(AS) $$(ASFLAGS) -o $$@ build/$1/$$*.s
$$($1_ASM_OBJS): VERSION := $2