diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/win32/GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/win32/GNUmakefile b/pkg/win32/GNUmakefile index 690da608..cde43492 100644 --- a/pkg/win32/GNUmakefile +++ b/pkg/win32/GNUmakefile @@ -48,6 +48,7 @@ staging-%: cp $(TOPLEVEL)/man/CMDLINE.$* $@/CMDLINE.txt $(TOPLEVEL)/man/simplecpp -D_WIN32 -DPRECOMPILED \ + -D$(shell echo $* | tr a-z A-Z) \ < $(TOPLEVEL)/man/INSTALL.template \ > $@/INSTALL.txt |