changeset 404:54741230fb83

[project @ 1994-04-20 05:38:17 by jwe]
author jwe
date Wed, 20 Apr 1994 05:38:17 +0000
parents 896225f6ce30
children fa84be0c4fed
files Makeconf.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makeconf.in	Fri Apr 15 07:10:30 1994 +0000
+++ b/Makeconf.in	Wed Apr 20 05:38:17 1994 +0000
@@ -11,7 +11,7 @@
 #### Start of system configuration section. ####
 
 # The top of the directory tree where the sources live.
-root_srcdir = @root_srcdir@
+top_srcdir = @top_srcdir@
 
 LEX = @LEX@
 LFLAGS = @LFLAGS@
@@ -48,11 +48,11 @@
 else
   TMP_IF_1 = -I. -I$(srcdir)
 endif
-ifeq ($(TOPDIR),$(root_srcdir))
+ifeq ($(TOPDIR),$(top_srcdir))
   TMP_IF_2 = -I$(TOPDIR) -I$(TOPDIR)/liboctave
 else
   TMP_IF_2 = -I$(TOPDIR) -I$(TOPDIR)/liboctave \
-	-I$(root_srcdir) -I$(root_srcdir)/liboctave 
+	-I$(top_srcdir) -I$(top_srcdir)/liboctave 
 endif
 INCFLAGS = $(TMP_IF_1) $(TMP_IF_2)