Minor test 13 patch

Lars Ivar Igesund <[email protected]> Mon, 17 May 2004 20:23:28 +0100
Newsgroups gmane.comp.tools.aap.devel
Message-ID <[email protected]>
test13.diff (text/plain, 634 B)
Index: test013.py
===================================================================
RCS file: /cvsroot/a-a-p/Exec/rectest/test013.py,v
retrieving revision 1.4
diff -u -r1.4 test013.py
--- test013.py	1 Sep 2003 17:57:51 -0000	1.4
+++ test013.py	17 May 2004 18:20:00 -0000
@@ -44,7 +44,7 @@
 f.write("""
 targetattr = {targetsuffix = .exe} {targetprefix = my}
                     {buildaction = dobuild}
-:produce myproggy {objectsuffix = .o} {objecttype = object}
+:produce myproggy {objectsuffix = $OBJSUF} {objecttype = object}
     $targetattr %s : %s
 :action dobuild myproggy object
     :do build {filetype = program} $source