--- loncom/build/Makefile 2001/11/17 18:33:44 1.45 +++ loncom/build/Makefile 2001/11/27 23:06:08 1.46 @@ -106,7 +106,7 @@ warningnote: fi install: Makefile.install - echo "" > WARNINGS + echo -n "" > WARNINGS make -f Makefile.install SOURCE="../.." TARGET="" directories make -f Makefile.install SOURCE="../.." TARGET="" files make -f Makefile.install SOURCE="../.." TARGET="" links @@ -119,7 +119,7 @@ Makefile.install: ../../doc/loncapafiles Makefile.install build: Makefile.build - echo "" > WARNINGS + echo -n "" > WARNINGS make -f Makefile.build all make warningnote