diff Makeconf.in @ 2546:9b7cd3ff8891

[project @ 1996-11-20 05:15:56 by jwe]
author jwe
date Wed, 20 Nov 1996 05:15:58 +0000
parents 64de62e8e73d
children bcdd6bf533ea
line wrap: on
line diff
--- a/Makeconf.in	Wed Nov 20 05:12:55 1996 +0000
+++ b/Makeconf.in	Wed Nov 20 05:15:58 1996 +0000
@@ -62,17 +62,18 @@
 # Clean up INCFLAGS a bit if we are not compiling in a separate
 # directory.
 ifeq ($(srcdir),.)
-  TMP_IF_1 = -I. -I../src
+  TMP_IF_1 = -I.
 else
-  TMP_IF_1 = -I. -I$(srcdir) -I../src
+  TMP_IF_1 = -I. -I$(srcdir)
 endif
 ifeq ($(TOPDIR),$(top_srcdir))
   TMP_IF_2 = -I$(TOPDIR) -I$(TOPDIR)/liboctave -I$(TOPDIR)/src \
-	-I$(TOPDIR)/glob
+	-I$(TOPDIR)/glob -I$(TOPDIR)/libcruft/misc
 else
   TMP_IF_2 = -I$(TOPDIR) -I$(TOPDIR)/liboctave -I$(TOPDIR)/src \
-	-I$(TOPDIR)/glob -I$(top_srcdir) -I$(top_srcdir)/liboctave \
-	-I$(top_srcdir)/src -I$(top_srcdir)/glob
+	-I$(TOPDIR)/glob -I$(TOPDIR)/libcruft/misc -I$(top_srcdir) \
+	-I$(top_srcdir)/liboctave -I$(top_srcdir)/src \
+	-I$(top_srcdir)/glob -I$(top_srcdir)/libcruft/misc
 endif
 INCFLAGS = $(TMP_IF_1) $(TMP_IF_2) $(DLFCN_INCFLAGS)