aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-29 02:24:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-29 02:24:30 +0000
commit8cdaca361062d4c3767ea72ec013a11982d520e0 (patch)
tree40d4147398e30e78a75a7fe509ff5b6223fab94f
parent2209b2219ca22a61cb7eef9c63cc64febd34ed28 (diff)
added blank test_package target so the auto-build doesn't throw an error
svn path=/trunk/; revision=6053
-rwxr-xr-xpackages/win32_inno/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile
index 2aaa12de..536d1c34 100755
--- a/packages/win32_inno/Makefile
+++ b/packages/win32_inno/Makefile
@@ -118,7 +118,7 @@ $(PD_INNO_SETUP): $(PD_INNO_SETUP).in
#==============================================================================#
#
-## CVS SOURCES
+## CLEAN TARGETS
#
#==============================================================================#
@@ -135,6 +135,15 @@ package_clean:
clean: package_clean
$(MAKE) -C $(packages_src) $(DEST_PATHS) clean
+#==============================================================================#
+#
+## TEST TARGETS
+#
+#==============================================================================#
+
+test_package:
+ echo "No tests here yet"
+
test_locations:
@echo "PD_VERSION: $(PD_VERSION)"
@@ -153,4 +162,4 @@ test_locations:
@echo "EXAMPLESDIR $(examplesdir)"
-.PHONY: all install package clean distclean test_locations dll_install exe_install
+.PHONY: all install package clean distclean test_locations test_package exe_install