Fresco/Fresco-IDL Makefile.in,1.17,1.18
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-IDL In directory purcel:/tmp/cvs-serv4336/Fresco-IDL Modified Files: Makefile.in Log Message: Only suppress output of echos in the Makefiles. This is what the GNU make manual recommends. Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Fresco-IDL/Makefile.in,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Makefile.in 20 Feb 2003 15:30:34 -0000 1.17 +++ Makefile.in 25 Mar 2003 20:36:00 -0000 1.18 @@ -61,11 +61,11 @@ $(docdir)/sxr/Fresco-IDL.syn: $(SSYN) $(SYN) @echo linking synopsis files together - @$(SYNOPSIS) -o $@ $^ + $(SYNOPSIS) -o $@ $^ $(MANUAL): $(SYN) @echo formatting $(@F) - @$(SYNOPSIS) -c config/synopsis.py -Wc,formatter=HTML -o $@ $(SYN) + $(SYNOPSIS) -c config/synopsis.py -Wc,formatter=HTML -o $@ $(SYN) touch $@ install: