about summary refs log tree commit diff
path: root/pkgs/applications/misc/mkgmap/build.xml.patch
blob: 6ec40786b24965714cc32c9ea40d665beb965528 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/build.xml	2019-08-26 23:22:55.104829846 +0300
+++ b/build.xml	2019-08-27 00:11:07.366257594 +0300
@@ -227,7 +227,7 @@
 	</target>
 
 	<!-- Compile the product itself (no tests). -->
-	<target name="compile" depends="prepare, resolve-compile"
+	<target name="compile" depends="prepare"
 					description="main compilation">
 
 		<javac srcdir="${src}" destdir="${build.classes}" encoding="utf-8" debug="true" includeantruntime="false">