Fresco/contrib/Cos/Trading Makefile,1.3,1.4
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/contrib/Cos/Trading In directory purcel:/tmp/cvs-serv4336/contrib/Cos/Trading Modified Files: Makefile Log Message: Only suppress output of echos in the Makefiles. This is what the GNU make manual recommends. Index: Makefile =================================================================== RCS file: /cvs/fresco/Fresco/contrib/Cos/Trading/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile 21 Apr 2000 07:57:49 -0000 1.3 +++ Makefile 25 Mar 2003 20:36:03 -0000 1.4 @@ -52,7 +52,7 @@ $(dpath)/%.d: %.cc %.hh @echo making dependencies for $< -@if [ ! -d $(dpath) ]; then mkdir $(dpath); fi - @$(SHELL) -ec '$(CXX) $(DEPFLAGS) $(CPPFLAGS) $< \ + $(SHELL) -ec '$(CXX) $(DEPFLAGS) $(CPPFLAGS) $< \ | sed "s/$*\\.o[ :]*/$(dpath)\/$*\\.d $(opath)\/$*\\.o $(gpath)\/$*\\.o $(ppath)\/$*\\.o : /g" > $@' parser.cc: parser.yy $(YACC) parser.yy