summaryrefslogtreecommitdiff
path: root/src/Make.pkg
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-12-16 17:04:32 -0500
committerRuss Cox <rsc@golang.org>2011-12-16 17:04:32 -0500
commiteff9e18a2bbee9a79fd507bc422b58ebee47d88b (patch)
tree409d382d7bcb46ca0a77be4cdb3fca17d4c34615 /src/Make.pkg
parentc0522d5339e0c6651555c15307c7e6f95a67bcfc (diff)
downloadgo-eff9e18a2bbee9a79fd507bc422b58ebee47d88b.tar.gz
runtime: separate out auto-generated files
R=golang-dev, r, r CC=golang-dev http://codereview.appspot.com/5493063
Diffstat (limited to 'src/Make.pkg')
-rw-r--r--src/Make.pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make.pkg b/src/Make.pkg
index c6c47ffd0..91562af92 100644
--- a/src/Make.pkg
+++ b/src/Make.pkg
@@ -246,4 +246,4 @@ endif
$(CC) $(CFLAGS) -I . -o "$@" _obj/$*.c
%.$O: %.s $(HFILES)
- $(AS) $*.s
+ $(AS) $(AFLAGS) $*.s