summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--otherlibs/labltk/browser/Makefile2
-rw-r--r--otherlibs/labltk/compiler/Makefile2
-rw-r--r--otherlibs/labltk/example/Makefile2
-rw-r--r--otherlibs/labltk/jpf/Makefile2
-rw-r--r--otherlibs/labltk/lib/Makefile2
-rw-r--r--otherlibs/labltk/lib/Makefile.gen2
-rw-r--r--otherlibs/labltk/support/Makefile2
-rw-r--r--otherlibs/labltk/support/Makefile.common (renamed from otherlibs/labltk/Makefile.common)0
8 files changed, 7 insertions, 7 deletions
diff --git a/otherlibs/labltk/browser/Makefile b/otherlibs/labltk/browser/Makefile
index e739dda90..5eb09d778 100644
--- a/otherlibs/labltk/browser/Makefile
+++ b/otherlibs/labltk/browser/Makefile
@@ -1,4 +1,4 @@
-include ../Makefile.common
+include ../support/Makefile.common
LABLTKLIB=-I ../lib -I ../support
OTHERSLIB=-I $(OTHERS)/unix -I $(OTHERS)/str
diff --git a/otherlibs/labltk/compiler/Makefile b/otherlibs/labltk/compiler/Makefile
index cbb6a3b39..1ec26aef4 100644
--- a/otherlibs/labltk/compiler/Makefile
+++ b/otherlibs/labltk/compiler/Makefile
@@ -1,4 +1,4 @@
-include ../Makefile.common
+include ../support/Makefile.common
OBJS=tsort.cmo tables.cmo lexer.cmo parser.cmo compile.cmo intf.cmo \
maincompile.cmo
diff --git a/otherlibs/labltk/example/Makefile b/otherlibs/labltk/example/Makefile
index 70591197f..c56401ca9 100644
--- a/otherlibs/labltk/example/Makefile
+++ b/otherlibs/labltk/example/Makefile
@@ -1,4 +1,4 @@
-include ../Makefile.common
+include ../support/Makefile.common
COMPFLAGS=-I ../lib -I ../support
diff --git a/otherlibs/labltk/jpf/Makefile b/otherlibs/labltk/jpf/Makefile
index d0b7a6700..ab5e57ce9 100644
--- a/otherlibs/labltk/jpf/Makefile
+++ b/otherlibs/labltk/jpf/Makefile
@@ -1,4 +1,4 @@
-include ../Makefile.common
+include ../support/Makefile.common
COMPFLAGS=-I ../lib -I ../support -I $(OTHERS)/unix -I $(OTHERS)/str
diff --git a/otherlibs/labltk/lib/Makefile b/otherlibs/labltk/lib/Makefile
index 7b668d676..d0f116a8b 100644
--- a/otherlibs/labltk/lib/Makefile
+++ b/otherlibs/labltk/lib/Makefile
@@ -1,4 +1,4 @@
-include ../Makefile.common
+include ../support/Makefile.common
COMPFLAGS= -I ../support
diff --git a/otherlibs/labltk/lib/Makefile.gen b/otherlibs/labltk/lib/Makefile.gen
index 880429973..650d1bf86 100644
--- a/otherlibs/labltk/lib/Makefile.gen
+++ b/otherlibs/labltk/lib/Makefile.gen
@@ -1,4 +1,4 @@
-include ../Makefile.common
+include ../support/Makefile.common
all: tk.ml .depend
diff --git a/otherlibs/labltk/support/Makefile b/otherlibs/labltk/support/Makefile
index eb1eb7805..0d1720f96 100644
--- a/otherlibs/labltk/support/Makefile
+++ b/otherlibs/labltk/support/Makefile
@@ -1,4 +1,4 @@
-include ../Makefile.common
+include Makefile.common
all: support.cmo widget.cmo protocol.cmo \
textvariable.cmo timer.cmo fileevent.cmo \
diff --git a/otherlibs/labltk/Makefile.common b/otherlibs/labltk/support/Makefile.common
index 6171902b9..6171902b9 100644
--- a/otherlibs/labltk/Makefile.common
+++ b/otherlibs/labltk/support/Makefile.common