diff options
Diffstat (limited to 'libc/debian/patches/head-make-secondary.patch')
-rw-r--r-- | libc/debian/patches/head-make-secondary.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/debian/patches/head-make-secondary.patch b/libc/debian/patches/head-make-secondary.patch new file mode 100644 index 0000000..a8a4079 --- /dev/null +++ b/libc/debian/patches/head-make-secondary.patch @@ -0,0 +1,14 @@ +Index: libc/usr/src/head/Makefile +=================================================================== +--- libc.orig/usr/src/head/Makefile ++++ libc/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 + |