[Synopsis-changes] Synopsis/Synopsis/demo/IDL Makefile,1.18,1.19

Stefan Seefeld stefan at synopsis.fresco.org
Fri Dec 5 22:43:43 UTC 2003


Update of /cvs/synopsis/Synopsis/demo/IDL
In directory frida:/tmp/cvs-serv32031/demo/IDL

Modified Files:
	Makefile 
Log Message:
fix dependencies

Index: Makefile
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/IDL/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -d -r1.18 -r1.19
--- Makefile	22 Nov 2003 22:04:20 -0000	1.18
+++ Makefile	5 Dec 2003 22:43:41 -0000	1.19
@@ -4,6 +4,7 @@ all: CosNaming Types Graphic Input html
 
 html: tmp.syn
 	$(synopsis) format --output=$@ $?
+	touch $@
 
 tmp.syn:	CosNaming.syn Types.syn Graphic.syn Input.syn
 	$(synopsis) link --output=$@ $?
@@ -13,6 +14,7 @@ tmp.syn:	CosNaming.syn Types.syn Graphic
 
 %: %.syn
 	$(synopsis) format --output=$@ $?
+	touch $@
 
 clean:
 	rm -fr *.syn *~





More information about the Synopsis-changes mailing list