summaryrefslogtreecommitdiffstats
path: root/dbaccess/win32/source/odbcconfig/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/win32/source/odbcconfig/makefile.mk')
-rw-r--r--dbaccess/win32/source/odbcconfig/makefile.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/dbaccess/win32/source/odbcconfig/makefile.mk b/dbaccess/win32/source/odbcconfig/makefile.mk
index dfb01667db81..756925d0fabe 100644
--- a/dbaccess/win32/source/odbcconfig/makefile.mk
+++ b/dbaccess/win32/source/odbcconfig/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2007-07-24 12:10:50 $
+# last change: $Author: hjs $ $Date: 2007-07-27 10:16:27 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -50,14 +50,11 @@ OBJFILES= \
$(OBJ)$/odbcconfig.obj
# SQLManageDataSources wrapper
-.IF "$(BUILD_SPECIAL)"!=""
APP1TARGET=$(TARGET)
APP1NOSAL=TRUE
APP1OBJS = \
$(OBJ)$/odbcconfig.obj
-.ENDIF # "$(BUILD_SPECIAL)"!=""
-
# --- Targets ------------------------------------------------------