Fresco/Babylon/test Makefile.in,1.8,1.9

Tobias Hunger <[email protected]> Wed, 28 Jan 2004 13:37:48 +0100
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Babylon/test
In directory purcel:/tmp/cvs-serv27154/test

Modified Files:
	Makefile.in 
Log Message:
Regenerate scripts on changes.


Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/Fresco/Babylon/test/Makefile.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.in	5 Aug 2003 16:29:29 -0000	1.8
+++ Makefile.in	28 Jan 2004 12:36:04 -0000	1.9
@@ -79,7 +79,7 @@
 	@echo linking $(@F)
 	$(CXX) `$(FRESCO_TEST_CONFIG) --libs` -o $@ $<
 
-$(SCRIPTS):
+$(SCRIPTS): $(SCRIPT_SOURCES)
 	@echo Running sed on scripts...
 	for THIS_SCRIPT in $(SCRIPTS) ; do \
 	    cat $(srcdir)/$$THIS_SCRIPT | \