From 8cdaca361062d4c3767ea72ec013a11982d520e0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 29 Sep 2006 02:24:30 +0000 Subject: added blank test_package target so the auto-build doesn't throw an error svn path=/trunk/; revision=6053 --- packages/win32_inno/Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'packages') 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 -- cgit v1.2.1