1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 19:42:48 -05:00

Allow mkfiles.pl to put multiple verbatim sections in a Makefile, and use

one of these for the MacOSX CFLAGS tweak.

[originally from svn r5404]
This commit is contained in:
Jacob Nevins
2005-02-26 17:30:41 +00:00
parent d88995b856
commit 1b3b065afc
2 changed files with 23 additions and 10 deletions

2
Recipe
View File

@ -176,7 +176,7 @@ install:
install-strip:
$(MAKE) install INSTALL_PROGRAM="$(INSTALL_PROGRAM) -s"
!end
!begin osx
!begin osx vars
CFLAGS += -DMACOSX
!end