diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-07 15:25:56 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-07 15:25:56 +0000 |
commit | 181b12cb95b3361d1fd4b44fa25662c994a9eeb4 (patch) | |
tree | f9ef4456fbc39360ba723d0cc03cc38e52354b28 /otherlibs/labltk/lib | |
parent | c7168d234652e28f6da580b6f03efecf7d19ccb7 (diff) |
Moved Makefile.common to support for compatibility with BSD make
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2676 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/lib')
-rw-r--r-- | otherlibs/labltk/lib/Makefile | 2 | ||||
-rw-r--r-- | otherlibs/labltk/lib/Makefile.gen | 2 |
2 files changed, 2 insertions, 2 deletions
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 |