diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index 3d6115b..3774ded 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -18,7 +18,7 @@ # # ------------------------------------------------------------------------- # -# $Id: GNUmakefile,v 1.12 2005-04-18 00:52:51 ianc Exp $ +# $Id: GNUmakefile,v 1.13 2005-04-24 22:41:34 ianc Exp $ # @@ -36,7 +36,7 @@ INSTALLDIR = /usr/local CREATECONF = 1 # Uncomment this if you want a debug build. Note that debug goes to a file -# called c:\debug.out +# called c:/debug.out # # DEBUG = -g -DW32D_DEBUG |