beast r4471 - trunk/shell



Author: timj
Date: Wed Jun  4 21:55:42 2008
New Revision: 4471
URL: http://svn.gnome.org/viewvc/beast?rev=4471&view=rev

Log:
shell/Makefile.am: fixed binary installation check rule


Modified:
   trunk/shell/Makefile.am

Modified: trunk/shell/Makefile.am
==============================================================================
--- trunk/shell/Makefile.am	(original)
+++ trunk/shell/Makefile.am	Wed Jun  4 21:55:42 2008
@@ -50,9 +50,9 @@
 # many tests require a working bsescm. but the shell will only
 # operate correctly after proper installation. so this rule
 # ensures proper initialization upon make check.
-check-before: check-installation
-.PHONY: check-installation
-check-installation:
+installcheck-local: check-binary
+.PHONY: check-binary
+check-binary:
 	@for p in $(bin_PROGRAMS) ; do					\
 	  pp="$(DESTDIR)$(bindir)/$$p" ;				\
 	  echo "TEST: test -x \"$$pp\"" ;				\



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