From d31f1219d39001bd29ee260cc43db555a3d9bdef Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 5 Jan 2007 23:43:27 +0000 Subject: [PATCH] Rename nmake makefiles as makefile rather than Makefile so that the build script will not remove them. --- windows/cmd/gvui/Makefile | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 windows/cmd/gvui/Makefile diff --git a/windows/cmd/gvui/Makefile b/windows/cmd/gvui/Makefile deleted file mode 100755 index ddc744469..000000000 --- a/windows/cmd/gvui/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -:PACKAGE: graphviz - -:ALL: - -GVUI.exe : .TERMINAL - -$(BINDIR) :INSTALLDIR: GVUI.exe - -- 2.40.0