aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-03-18 12:40:52 +0000
committernyamatongwe <unknown>2000-03-18 12:40:52 +0000
commit223238ece9aba7d2a0d74e6ed9415fb9b695f14c (patch)
tree799d1201f854b8bbdb542f0dd16d9e2e6c5d04c6
parent1ae22525d048995815c69fc63b8ef8ed8374252f (diff)
downloadscintilla-mirror-223238ece9aba7d2a0d74e6ed9415fb9b695f14c.tar.gz
Changing to binary so line feed line endings are preserved.
-rw-r--r--gtk/makefile4
1 files 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 <neilh@scintilla.org>
# 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++