From: ivo DOT abeloos AT skynet DOT be (Ivo Abeloos) Subject: make problem 29 Dec 1997 01:55:24 -0800 Message-ID: <01bd143c$f19d67e0$620b0dc3.cygnus.gnu-win32@sky71189.skynet.be> Reply-To: "Ivo Abeloos" <@skynet.be> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: "gnuwin32 (E-mail)" Hi everybody, I have a little make problem. Consider the following file testfile.proto: ver XX.X ver XX.X When I perform a sed -e "" testfile.proto on it, it gives me the contents of the file on stdout, which is normal. When I try to do this from within a makefile, it refuses to do anything: testfile: testfile.proto echo 'Test the make' sed -e "" testfile.proto This is all, the echo does its thing but sed returns nothing! Anybody any suggestions? Thanx, Ivo - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".