diff options
Diffstat (limited to 'libtextcat/makefile.mk')
-rw-r--r-- | libtextcat/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtextcat/makefile.mk b/libtextcat/makefile.mk index 5133b42b83d7..42362285fd3f 100644 --- a/libtextcat/makefile.mk +++ b/libtextcat/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: kz $ $Date: 2007-06-21 16:09:52 $ +# last change: $Author: hr $ $Date: 2007-11-01 11:00:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -72,7 +72,7 @@ OUT2LIB=$(BUILD_DIR)$/src$/.libs$/libtextcat*$(DLLPOST) .IF "$(GUI)"=="WNT" -BUILD_ACTION=cd src && dmake +BUILD_ACTION=cd src && dmake $(MAKEMACROS) .ENDIF # "$(GUI)"=="WNT" |