aboutsummaryrefslogtreecommitdiff
path: root/ports/gdal/0003-Fix-static-build.patch
blob: 42f76d205cf471301179cc585677c68c26a3982e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/makefile.vc b/makefile.vc
index 8559f79..87f8fc9 100644
--- a/makefile.vc
+++ b/makefile.vc
@@ -61,7 +61,7 @@ TARGET_LIB = staticlib
 
 DEFAULT_TARGETS = 
 
-default:	$(TARGET_LIB) $(PLUGIN_TARGET) apps_dir
+default:	$(TARGET_LIB) $(PLUGIN_TARGET)
 
 # Batch commands to clean main build output are stored in a macro so they can be reused by different
 # targets in an inline temporary batch file.
@@ -230,8 +230,6 @@ install: default docs
 	if exist $(GDAL_DLL) $(INSTALL) $(GDAL_DLL) $(BINDIR)
 	cd frmts
 	$(MAKE) /f makefile.vc plugins-install
-	cd ..\apps
-	$(MAKE) /f makefile.vc install
 	cd ..
 	$(INSTALL) data\*.* "$(DATADIR)"
 	$(INSTALL) LICENSE.TXT "$(DATADIR)"