aboutsummaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makerules b/Makerules
index f334c8c171..7ea9783d0d 100644
--- a/Makerules
+++ b/Makerules
@@ -473,10 +473,12 @@ endif
override sources := $(addsuffix .c,\
$(filter-out $(elided-routines),\
$(routines) $(aux) \
- $(sysdep_routines)) \
- $(addprefix $(bppfx),\
- $(filter $(routines) $(sysdep_routines),\
- $(bp-thunks))))
+ $(sysdep_routines)))
+# XXX The following was introduced here in the BP patches but it belongs
+# XXX somewhere else since adding it here breaks `make dist'.
+# $(addprefix $(bppfx),\
+# $(filter $(routines) $(sysdep_routines),\
+# $(bp-thunks))))
sysdep_routines := $(sysdep_routines)
headers := $(headers) $(sysdep_headers)