d6522b4cdb
line rather than patching their values directly in the Makefiles.
15 lines
476 B
Text
15 lines
476 B
Text
$NetBSD: patch-ah,v 1.6 2006/04/06 02:41:44 jlam Exp $
|
|
|
|
Don't strip nnpfs_mod.o while installing.
|
|
|
|
--- nnpfs/bsd/Makefile.in.orig 2005-11-22 17:53:54.000000000 +0100
|
|
+++ nnpfs/bsd/Makefile.in 2005-12-15 12:55:27.000000000 +0100
|
|
@@ -19,7 +19,7 @@
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
-INSTALL_LKM_PROGRAM = @INSTALL_PROGRAM@
|
|
+INSTALL_LKM_PROGRAM = ${INSTALL_PROGRAM:C/-s//}
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
MKINSTALLDIRS = @top_srcdir@/mkinstalldirs
|
|
|