summaryrefslogtreecommitdiffstats
path: root/debugger/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2000-08-10 09:58:08 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2000-08-10 09:58:08 +0000
commitfd8846fecd063dcfba661de68dfc9763ccfaa82e (patch)
tree4bc1eacf0ab2b6b3e8ed6f9ab2b83bdcabf597ac /debugger/Makefile
parentd23a489fb113ffa7bb42b28228cddb32373be5c2 (diff)
Portage Cygwin
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3270 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'debugger/Makefile')
-rw-r--r--debugger/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/debugger/Makefile b/debugger/Makefile
index 1d68c0188..26b035f1e 100644
--- a/debugger/Makefile
+++ b/debugger/Makefile
@@ -72,13 +72,13 @@ OBJS=\
command_line.cmo \
main.cmo
-all: ocamldebug
+all: ocamldebug$(EXE)
-ocamldebug: $(OBJS) $(OTHEROBJS)
- $(CAMLC) $(LINKFLAGS) -o ocamldebug $(OTHEROBJS) $(OBJS)
+ocamldebug$(EXE): $(OBJS) $(OTHEROBJS)
+ $(CAMLC) $(LINKFLAGS) -o ocamldebug$(EXE) $(OTHEROBJS) $(OBJS)
install:
- cp ocamldebug $(BINDIR)/ocamldebug
+ cp ocamldebug$(EXE) $(BINDIR)/ocamldebug$(EXE)
clean::
rm -f ocamldebug