File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ install-headers-recursive:
267
267
echo " attempting to install on host; aborting" >&2 ; \
268
268
exit 1; \
269
269
fi; \
270
- list='include'; \
270
+ list='include sunrpc '; \
271
271
for subdir in $$list; do \
272
272
target=`echo $@ | sed s/-recursive//`; \
273
273
echo "Making $$target in $$subdir"; \
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ syscall-list.h: $(csrcdir)/syscalls.list $(csrcdir)/gensys
77
77
78
78
includefiles = $(filter % .h, $(MISCFILES ) ) stab.def syscall-list.h
79
79
80
- install-include install-headers : remove-stale
80
+ install-include install-headers : remove-stale linker.h features.h syscall-list.h
81
81
$(mkinstalldirs ) $(DESTDIR )$(includedir )
82
82
@list=' $(includefiles)' ; for p in $$ list; do \
83
83
if test -f $$p; then \
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ install: all-here install-rpcsvc-programs install-rpcsvc-headers
60
60
61
61
uninstall : uninstall-rpcsvc-programs uninstall-rpcsvc-headers
62
62
63
+ install-include install-headers : install-rpcsvc-headers
64
+
63
65
# Not suitable for cross-compiling.
64
66
ifndef CROSS
65
67
You can’t perform that action at this time.
0 commit comments