summaryrefslogtreecommitdiff
path: root/sunrpc/Makefile
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2017-06-01 08:47:44 -0400
committerZack Weinberg <zackw@panix.com>2017-06-01 08:47:44 -0400
commitef3637b59bdf63791a7739542962ddad7037d923 (patch)
treec36bc258bd35872f68e7a656a7f80a1452dcce5c /sunrpc/Makefile
parentcfa9bb61cd09c40def96f042a3123ec0093c4ad0 (diff)
downloadglibc-ef3637b59bdf63791a7739542962ddad7037d923.tar.gz
Experimenting with alternatives to VPATH.zack/build-experiments
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r--sunrpc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile
index 125d538208..3d2a42b04c 100644
--- a/sunrpc/Makefile
+++ b/sunrpc/Makefile
@@ -60,7 +60,7 @@ generated += $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \
generated-dirs += rpcsvc
ifeq ($(link-obsolete-rpc),yes)
-headers += $(headers-sunrpc)
+#headers += $(headers-sunrpc)
endif
ifeq ($(build-shared),yes)
@@ -112,7 +112,7 @@ endif
endif
ifeq ($(link-obsolete-rpc),yes)
-headers += $(rpcsvc:%.x=rpcsvc/%.h)
+#headers += $(rpcsvc:%.x=rpcsvc/%.h)
extra-libs := librpcsvc
extra-libs-others := librpcsvc # Make it in `others' pass, not `lib' pass.
librpcsvc-routines = $(rpcsvc:%.x=x%)