From 223238ece9aba7d2a0d74e6ed9415fb9b695f14c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 18 Mar 2000 12:40:52 +0000 Subject: Changing to binary so line feed line endings are preserved. --- gtk/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/makefile b/gtk/makefile index cabb7aae2..b1b07c92f 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -1,8 +1,8 @@ # Make file for Scintilla on Linux or compatible OS # Copyright 1998-2000 by Neil Hodgson # The License.txt file describes the conditions under which this software may be distributed. -# This makefile assumes GCC 2.95.2 is used and changes will -# be needed to use other compilers. +# This makefile assumes GCC 2.95.2 is used and changes will be needed to use other compilers. +# GNU make does not like \r\n line endings so should be saved to CVS in binary form. .SUFFIXES: .cxx .o .h .a CC = g++ -- cgit v1.2.3