? download/hyphen-2.3.1 Index: makefile.mk =================================================================== RCS file: /cvs/external/hyphen/makefile.mk,v retrieving revision 1.5 diff -u -u -r1.5 makefile.mk --- makefile.mk 22 Apr 2008 14:42:43 -0000 1.5 +++ makefile.mk 14 May 2008 13:59:45 -0000 @@ -50,10 +50,19 @@ CONFIGURE_DIR=$(BUILD_DIR) #relative to CONFIGURE_DIR +# still needed also in system-hyphen case as it creates the makefile CONFIGURE_ACTION=configure CONFIGURE_FLAGS= --disable-shared --with-pic +.IF "$(SYSTEM_HYPH)" == "YES" && "$(WITH_MYSPELL_DICTS)" == "YES" +BUILD_ACTION=make hyph_en_US.dic +.ELIF "$(SYSTEM_HYPH)" == "YES" && "$(WITH_MYSPELL_DICTS)" != "YES" +@all: + echo "Nothing to do here." +.ELSE BUILD_ACTION=make +OUT2INC += hyphen.h +.ENDIF .ENDIF # "$(GUI)"=="UNX" Index: prj/d.lst =================================================================== RCS file: /cvs/external/hyphen/prj/d.lst,v retrieving revision 1.4 diff -u -u -r1.4 d.lst --- prj/d.lst 7 May 2008 15:37:26 -0000 1.4 +++ prj/d.lst 14 May 2008 13:59:45 -0000 @@ -1,5 +1,5 @@ ..\%__SRC%\slb\hyphen.lib %_DEST%\lib%_EXT%\hyphen.lib -..\%__SRC%\misc\build\hyphen-2.3.1\hyphen.h %_DEST%\inc\hyphen.h +..\%__SRC%\inc\hyphen.h %_DEST%\inc\hyphen.h ..\%__SRC%\misc\build\hyphen-2.3.1\.libs\libhyphen.a %_DEST%\lib%_EXT%\libhyphen.a ..\%__SRC%\misc\build\hyphen-2.3.1\hyph_en_US.dic %_DEST%\bin\hyph_en_US.dic