Fix typo in Makefile - add missing double quotation mark to MOD_WRAP_FILE
Reported by: David Froehlich <dfroe@gmx.de>
This commit is contained in:
parent
8c2f11c41b
commit
c9dcedbdf4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289942
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ AUTOSELECT_WRAP= yes
|
|||
INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include
|
||||
LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib
|
||||
MODULES:=${MODULES}:mod_wrap2_file
|
||||
PLIST_SUB+= MOD_WRAP_FILE="
|
||||
PLIST_SUB+= MOD_WRAP_FILE=""
|
||||
.else
|
||||
PLIST_SUB+= MOD_WRAP_FILE="@comment "
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue