From 22b5444454fa52681ff7bf397818c93936091113 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 28 Mar 2005 18:50:21 +0000 Subject: [PATCH] Se saca error por falta de fuentes por salida de error. --- doc/examples/Makefile | 2 +- doc/examples/Makefile-cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 785045f..13ac517 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -72,7 +72,7 @@ $(target): $(o_files) then \ echo "No hay archivos de entrada, recuerde que la extensión debe ser '.$(extension)'."; \ false; \ - fi + fi >&2 $(enlazador) $(LDFLAGS) $(o_files) $(LOADLIBES) $(LDLIBS) -o $(target) clean: diff --git a/doc/examples/Makefile-cpp b/doc/examples/Makefile-cpp index 06927ae..4986280 100644 --- a/doc/examples/Makefile-cpp +++ b/doc/examples/Makefile-cpp @@ -72,7 +72,7 @@ $(target): $(o_files) then \ echo "No hay archivos de entrada, recuerde que la extensión debe ser '.$(extension)'."; \ false; \ - fi + fi >&2 $(enlazador) $(LDFLAGS) $(o_files) $(LOADLIBES) $(LDLIBS) -o $(target) clean: -- 2.43.0