diff options
author | Zack Weinberg <zackw@panix.com> | 2017-06-01 08:47:44 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2017-06-01 08:47:44 -0400 |
commit | ef3637b59bdf63791a7739542962ddad7037d923 (patch) | |
tree | c36bc258bd35872f68e7a656a7f80a1452dcce5c /sunrpc/Makefile | |
parent | cfa9bb61cd09c40def96f042a3123ec0093c4ad0 (diff) | |
download | glibc-ef3637b59bdf63791a7739542962ddad7037d923.tar.gz |
Experimenting with alternatives to VPATH.zack/build-experiments
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r-- | sunrpc/Makefile | 4 |
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%) |