blob: 554c299c70208e3a1a4bfe926748f46160c82718 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Index: b/usr/src/head/Makefile
===================================================================
--- a/usr/src/head/Makefile
+++ b/usr/src/head/Makefile
@@ -31,6 +31,9 @@
# include global definitions
include ../Makefile.master
+# this is to keep header files generated by rpcgen
+.SECONDARY:
+
sparc_HDRS=
i386_HDRS= stack_unwind.h
|