From f50a7a77487dc9397decda8ad2cd34b9eee6f240 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 20 Jan 2005 20:51:12 +0000 Subject: [PATCH] Fix typo and remove elimination of nmakefiles (these are long gone). --- graphviz-win.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/graphviz-win.sh b/graphviz-win.sh index 7fc3c4e7e..83e85805c 100755 --- a/graphviz-win.sh +++ b/graphviz-win.sh @@ -39,7 +39,6 @@ rm -rf \ graphviz-win.sh find . -name "Make*" -exec rm -f {} \; -find . -name "nmakefile" -exec rm -f {} \; # for now, lets try to fix these to be portable in the main tree # leaving: windows/config.h windows/cdt/ast_common.h @@ -51,7 +50,7 @@ rm -f \ windows/lib/graph/parser.h \ windows/lib/common/colortbl.h \ windows/cmd/lefty/dot2l/dotparse.c \ - windows/cmd.lefty/dot2l/dotparse.h + windows/cmd/lefty/dot2l/dotparse.h # Merge all the useful bits onto the main tree, then lose the windows dir cp -rp windows/* . -- 2.40.0