Author: sebor
Date: Thu Aug 10 14:57:03 2006
New Revision: 430558

URL: http://svn.apache.org/viewvc?rev=430558&view=rev
Log:
2006-08-10  Martin Sebor  <[EMAIL PROTECTED]>

        * GNUmakefile.ph (.DEFAULT): Avoided redirection to an undefined
        variable.

Modified:
    incubator/stdcxx/trunk/etc/config/GNUmakefile.ph

Modified: incubator/stdcxx/trunk/etc/config/GNUmakefile.ph
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/GNUmakefile.ph?rev=430558&r1=430557&r2=430558&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.ph (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.ph Thu Aug 10 14:57:03 2006
@@ -1,7 +1,7 @@
 # -*- Makefile -*-
 ##############################################################################
 #
-# $Id: //stdlib/dev/etc/stdlib/config/GNUmakefile.ph#10 $
+# $Id$
 #
 ##############################################################################
 
@@ -19,7 +19,7 @@
        @echo
 
 .DEFAULT:
-       @printf "\nPHDIR not set; skipping Plum Hall test suite\n" >> $(LOGFILE)
+       @echo "PHDIR not set; skipping Plum Hall tests"
 
 #########################################################
 #  end of makefile if PHDIR isn't set


Reply via email to