diff options
Diffstat (limited to 't/phony.sh')
-rw-r--r-- | t/phony.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/phony.sh b/t/phony.sh index dd0c54a3f..9dd1890fd 100644 --- a/t/phony.sh +++ b/t/phony.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,6 +26,7 @@ EOF $ACLOCAL $AUTOMAKE +$FGREP '.PHONY:' Makefile.in # For debugging. test $($FGREP -c '.PHONY:' Makefile.in) -eq 3 : |