svn commit: r208797 - head/tools/regression/usr.bin/make/syntax/directive-t0

Maxim Konovalov maxim at FreeBSD.org
Fri Jun 4 08:14:30 UTC 2010


Author: maxim
Date: Fri Jun  4 08:14:30 2010
New Revision: 208797
URL: http://svn.freebsd.org/changeset/base/208797

Log:
  o Fix typo: .uudef -> .undef.
  
  PR:		misc/147462
  Submitted by:	Erik Cederstrand

Modified:
  head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile

Modified: head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile
==============================================================================
--- head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile	Fri Jun  4 07:35:59 2010	(r208796)
+++ head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile	Fri Jun  4 08:14:30 2010	(r208797)
@@ -3,6 +3,6 @@
 # A typo'ed directive.
 #
 
-.uudef foo
+.undef foo
 
 all:


More information about the svn-src-all mailing list