projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9389269
)
Delete all remaining junk on "make clean"
author
Andrew Waterman
<waterman@cs.berkeley.edu>
Mon, 16 Mar 2015 03:41:24 +0000
(20:41 -0700)
committer
Andrew Waterman
<waterman@cs.berkeley.edu>
Mon, 16 Mar 2015 03:43:07 +0000
(20:43 -0700)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index bca5ecd7d069739d290c07c5f1db5db1f5865811..d9841e26a6f054560cee8b8ee5413017f9abf89e 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-198,8
+198,8
@@
$$($(2)_objs) : %.o : %.cc $$($(2)_gen_hdrs) $(if $(filter-out clang,$(CC)),$$($
$$($(2)_c_objs) : %.o : %.c $$($(2)_gen_hdrs)
$(COMPILE_C) -c $$<
-$(2)_junk += $$(
addprefix $(src_dir)/$(1)/, $$($(2)_pch)
) \
- $$($(2)_
objs) $$($(2)_c_objs) $$($(2)_deps) $$($(2)_
gen_hdrs)
+$(2)_junk += $$(
$(2)_pch) $$($(2)_objs) $$($(2)_c_objs) $$($(2)_deps
) \
+ $$($(2)_gen_hdrs)
# Reverse the dependency list so that a given subproject only depends on
# subprojects listed to its right. This is the correct order for linking