Add missing backslash for nmake makefile
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 22 Jan 2014 10:47:31 +0000 (11:47 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 22 Jan 2014 10:47:31 +0000 (11:47 +0100)
win/makefile

index eaabe22..ac38182 100644 (file)
@@ -190,7 +190,7 @@ iconv:
 !endif
 
 !if $(HAVE_ICU)
-ICU_DEF=
+ICU_DEF= \
   /D YAZ_HAVE_ICU=1 /D HAVE_ICU_H=1 /I"$(ICU_INCLUDE)"
 ICU_LIBS= \
   $(ICU_LIB)\icudt.lib $(ICU_LIB)\icuin.lib $(ICU_LIB)\icuuc.lib