diff Makeconf.in @ 4302:ebc2d8e4968b

[project @ 2003-01-22 22:02:23 by jwe]
author jwe
date Wed, 22 Jan 2003 22:02:23 +0000
parents 309ef552d7c6
children 34014c0fb2ce
line wrap: on
line diff
--- a/Makeconf.in	Tue Jan 21 21:49:00 2003 +0000
+++ b/Makeconf.in	Wed Jan 22 22:02:23 2003 +0000
@@ -282,7 +282,7 @@
 canonical_host_type = @canonical_host_type@
 
 # The -I flags to use for the mkoctfile script.
-ifeq ($(includedir,/usr/include)
+ifeq ($(includedir),/usr/include)
  MKOCTFILE_INCFLAGS = \
     -I$(octincludedir) -I$(octincludedir)/octave
 else