summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-14 23:26:26 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-14 23:26:26 +0300
commit4c7f6926826019401b3a3d52eb34efcb4e21e1f9 (patch)
tree90a2ebeab06186957877dfe42c5a9d9aaacbee4e /stlport
parenta84c47186dee0ca1fd52e6806728acfb8e0ec309 (diff)
Kill USE_NEW_SDK and adapt to it being always TRUE
Diffstat (limited to 'stlport')
-rw-r--r--stlport/makefile.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk
index 3c74d229662f..2d3c6b5de39d 100644
--- a/stlport/makefile.mk
+++ b/stlport/makefile.mk
@@ -209,12 +209,10 @@ $(PACKAGE_DIR)$/so_custom_patch : $(PACKAGE_DIR)$/$(PATCH_FLAG_FILE)
$(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/so_custom_patch
-.IF "$(USE_NEW_SDK)"!=""
$(PACKAGE_DIR)$/win32_sdk_patch : $(PACKAGE_DIR)$/$(PATCH_FLAG_FILE)
win32_sdk.bat $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@
$(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/win32_sdk_patch
-.ENDIF # "$(USE_NEW_SDK)"!=""
.ENDIF # COMVER<=001300000000
.ENDIF "$(COM)"=="GCC"
.ENDIF # "$(GUI)"=="WNT"