summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-13 20:46:12 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-13 20:46:12 +0000
commit5539d2574d927dc925f18d69e43edcc1b355519e (patch)
tree4b74f011a6adef03002cad1e3bfdc944eedf4d58 /Makerules
parentb8d36e834b473483082b9be0245230d30e8805f5 (diff)
Update.
* Makerules (sources): Don't add BP sources here. * login/Makefile (distribute): Remove xtmp.h.
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)