Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jn/make-assembly-in-right-directory' into maint
author
Junio C Hamano
<gitster@pobox.com>
Mon, 6 Aug 2012 22:39:38 +0000
(15:39 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 6 Aug 2012 22:39:38 +0000
(15:39 -0700)
* jn/make-assembly-in-right-directory:
Makefile: fix location of listing produced by "make subdir/foo.s"
Makefile
patch
|
blob
|
history
raw
(from parent 1:
c2e585f
)
diff --git
a/Makefile
b/Makefile
index 67d761e83adad8e3332b22fbe753e0cdb81b1a83..3019b01d50e2c268fb520344ea24cdecd41f4805 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2209,7
+2209,7
@@
$(ASM_OBJ): %.o: %.S GIT-CFLAGS $(missing_dep_dirs)
endif
%.s: %.c GIT-CFLAGS FORCE
- $(QUIET_CC)$(CC) -S $(ALL_CFLAGS) $(EXTRA_CPPFLAGS) $<
+ $(QUIET_CC)$(CC) -
o $@ -
S $(ALL_CFLAGS) $(EXTRA_CPPFLAGS) $<
ifdef USE_COMPUTED_HEADER_DEPENDENCIES
# Take advantage of gcc's on-the-fly dependency generation