Makefile.am: move duplicate specification to APK_DEPS
This commit is contained in:
		| @@ -298,10 +298,14 @@ android/build/res/drawable/icon.png: mpd.svg | |||||||
| 	mkdir -p $(@D) | 	mkdir -p $(@D) | ||||||
| 	rsvg-convert --width=48 --height=48 $< -o $@ | 	rsvg-convert --width=48 --height=48 $< -o $@ | ||||||
|  |  | ||||||
| android/build/bin/Main-debug.apk: android/build/build.xml android/build/res/drawable/icon.png android/build/libs/armeabi-v7a/libmpd.so | APK_DEPS = android/build/res/drawable/icon.png \ | ||||||
|  | 	android/build/libs/armeabi-v7a/libmpd.so \ | ||||||
|  | 	android/build/build.xml | ||||||
|  |  | ||||||
|  | android/build/bin/Main-debug.apk: $(APK_DEPS) | ||||||
| 	cd android/build && ant nodeps debug | 	cd android/build && ant nodeps debug | ||||||
|  |  | ||||||
| android/build/bin/Main-release-unsigned.apk: android/build/build.xml android/build/res/drawable/icon.png android/build/libs/armeabi-v7a/libmpd.so | android/build/bin/Main-release-unsigned.apk: $(APK_DEPS) | ||||||
| 	cd android/build && ant nodeps release | 	cd android/build && ant nodeps release | ||||||
|  |  | ||||||
| android/build/bin/Main-release-unaligned.apk: android/build/bin/Main-release-unsigned.apk | android/build/bin/Main-release-unaligned.apk: android/build/bin/Main-release-unsigned.apk | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann