Fresco/Berlin/modules Makefile.in,1.11,1.12
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Berlin/modules In directory purcel:/tmp/cvs-serv4336/Berlin/modules 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/Berlin/modules/Makefile.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile.in 18 Feb 2003 21:18:11 -0000 1.11 +++ Makefile.in 25 Mar 2003 20:36:00 -0000 1.12 @@ -91,11 +91,11 @@ modules.syn: $(join $(subdirs), $(patsubst %, /%.syn, $(subdirs))) @echo linking synopsis files together - @$(SYNOPSIS) -o $@ $^ + $(SYNOPSIS) -o $@ $^ modules.xref: $(join $(subdirs), $(patsubst %, /%.xref, $(subdirs))) @echo linking xref files together - @compile-xref -m -o $@ $^ + compile-xref -m -o $@ $^ %/Kit.syn %/Kit.xref: - @$(MAKE) -C $(@D) xref \ No newline at end of file + $(MAKE) -C $(@D) xref