|
From: <sv...@va...> - 2009-02-05 01:04:06
|
Author: njn
Date: 2009-02-05 01:04:01 +0000 (Thu, 05 Feb 2009)
New Revision: 9107
Log:
Add some missing '\' end-of-line markers.
Modified:
branches/DARWIN/massif/tests/Makefile.am
Modified: branches/DARWIN/massif/tests/Makefile.am
===================================================================
--- branches/DARWIN/massif/tests/Makefile.am 2009-02-04 06:50:26 UTC (rev 9106)
+++ branches/DARWIN/massif/tests/Makefile.am 2009-02-05 01:04:01 UTC (rev 9107)
@@ -19,7 +19,7 @@
deep-D.post.exp deep-D.stderr.exp deep-D.vgtest \
culling1.stderr.exp culling1.vgtest \
culling2.stderr.exp culling2.vgtest \
- custom_alloc.post.exp custom_alloc.stderr.exp custom_alloc.vgtest
+ custom_alloc.post.exp custom_alloc.stderr.exp custom_alloc.vgtest \
ignored.post.exp ignored.stderr.exp ignored.vgtest \
ignoring.post.exp ignoring.stderr.exp ignoring.vgtest \
insig.post.exp insig.stderr.exp insig.vgtest \
@@ -41,7 +41,7 @@
thresholds_5_10.post.exp thresholds_5_10.stderr.exp thresholds_5_10.vgtest \
thresholds_10_10.post.exp thresholds_10_10.stderr.exp thresholds_10_10.vgtest \
toobig-allocs.stderr.exp toobig-allocs.vgtest \
- zero1.post.exp zero1.stderr.exp zero1.vgtest
+ zero1.post.exp zero1.stderr.exp zero1.vgtest \
zero2.post.exp zero2.stderr.exp zero2.vgtest
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI)
|