* [PATCH 2/2] Push the Makefile variable NATIVE_CRLF to C
@ 2014-08-16 20:17 Torsten Bögershausen
0 siblings, 0 replies; only message in thread
From: Torsten Bögershausen @ 2014-08-16 20:17 UTC (permalink / raw)
To: git; +Cc: tboegi
Re-do the fix in 757543ae0c5d8d:
Propagate the Makefile variable NATIVE_CRLF to the C preprocessor
Signed-off-by: Torsten Bögershausen <tboegi@web.de>
---
Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Makefile b/Makefile
index 63a210d..00ba537 100644
--- a/Makefile
+++ b/Makefile
@@ -1482,6 +1482,10 @@ ifdef NO_REGEX
COMPAT_OBJS += compat/regex/regex.o
endif
+ifdef NATIVE_CRLF
+ BASIC_CFLAGS += -DNATIVE_CRLF
+endif
+
ifdef USE_NED_ALLOCATOR
COMPAT_CFLAGS += -Icompat/nedmalloc
COMPAT_OBJS += compat/nedmalloc/nedmalloc.o
--
2.1.0.rc2.210.g636bceb
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-16 20:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-16 20:17 [PATCH 2/2] Push the Makefile variable NATIVE_CRLF to C Torsten Bögershausen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).