[gjs] Add missing phony target declarations.



commit 871d44b6bafe2d407e3d188f02688e40bf0432cd
Author: Rick Poyner <rico litl com>
Date:   Fri Mar 5 12:40:03 2010 -0500

    Add missing phony target declarations.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=611929

 Makefile-test.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index 445a3de..ff7e7e9 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -149,6 +149,9 @@ valgrind-check valgrind-test: $(tests_dependencies)
 	    echo "valgrind failed for:$$failed"; exit 1; \
 	  }; \
 	}
+
+.PHONY: test gdb-check gdb-test valgrind-check valgrind-test
+
 CLEANFILES +=					\
 	$(TEST_PROGS:%=valgrind.%.log)		\
 	uninstalled-test-bus.conf		\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]