shithub: choc

Download patch

ref: e03c281d8363e0f7ee82b89de3196869ae3ee9f0
parent: da54817037ab08588fb7af1f7fb9c80028b8ec43
author: Mike Swanson <mikeonthecomputer@gmail.com>
date: Sat Mar 17 06:50:07 EDT 2018

man: Remove quotes added in my prior commit for the WIN32 define

I have a habit of doing this in shell, and Make is not shell.  It was
overall harmless, but it looks cleaner when building to not see
"-D_WIN32" (quotes included) in the commands being run.

--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -19,7 +19,7 @@
 
 if HAVE_WINDRES
 
-WIN32="-D_WIN32"
+WIN32=-D_WIN32
 
 endif