aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-03-15 20:41:24 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-03-15 20:43:07 -0700
commit5378f2942cf60cfdd0be2ca41b296f7827d17fb4 (patch)
tree34520fd5808e347150b0256c6077ea78b958707c /Makefile.in
parent93892690a3127e1a895bb95c3952cee0b0b120e8 (diff)
downloadspike-5378f2942cf60cfdd0be2ca41b296f7827d17fb4.zip
spike-5378f2942cf60cfdd0be2ca41b296f7827d17fb4.tar.gz
spike-5378f2942cf60cfdd0be2ca41b296f7827d17fb4.tar.bz2
Delete all remaining junk on "make clean"
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index bca5ecd..d9841e2 100644
--- 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