Fresco/Fresco-Test/syunit-c++/test Makefile.in,1.5,1.6

Tobias Hunger <[email protected]> Fri, 14 May 2004 09:47:59 +0000
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Fresco-Test/syunit-c++/test
In directory frida:/tmp/cvs-serv7429/syunit-c++/test

Modified Files:
	Makefile.in 
Log Message:
CVS fumbled the last commit... manually commiting missing files from last
changeset.


Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-Test/syunit-c++/test/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.in	22 Apr 2003 10:45:09 -0000	1.5
+++ Makefile.in	14 May 2004 09:47:57 -0000	1.6
@@ -94,7 +94,7 @@
 
 $(SYN): $(CXX_TESTS)
 	@echo generating $(@F)
-	$(SYNOPSIS) -pC++ -I`$(FRESCO_TEST_CONFIG) --include-dir` -o $@ $<
+	$(SYNOPSIS) -pCxx -I`$(FRESCO_TEST_CONFIG) --include-dir` -o $@ $<
 
 $(HARNESS): $(SYN)
 	@echo generating test harness for $(@F)