summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/lib
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>1999-12-21 13:58:13 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>1999-12-21 13:58:13 +0000
commit6b6fa4212172141fd06966c4d3b6032438028fe5 (patch)
treef107d3c4f85c242cd809ab6223dd67c98707c89c /otherlibs/labltk/lib
parent4f9a5ee37b2024e7ba1a2d5002be179a9340e379 (diff)
difference between sh and bash
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2707 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/lib')
-rw-r--r--otherlibs/labltk/lib/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/otherlibs/labltk/lib/Makefile b/otherlibs/labltk/lib/Makefile
index d33e15a8e..3b0c62176 100644
--- a/otherlibs/labltk/lib/Makefile
+++ b/otherlibs/labltk/lib/Makefile
@@ -35,15 +35,15 @@ labltk: Makefile $(TOPDIR)/config/Makefile
labltklink: Makefile $(TOPDIR)/config/Makefile
@echo Generate $@
@echo "#!/bin/sh" > $@
- @echo 'exec ocamlc -custom -I $(LABLTKDIR) tk41.cma "$$@"\\' >> $@
- @echo ' -cclib "-L$(LABLTKDIR) -llabltk41 $(TK_LINK)"\\' >> $@
+ @echo 'exec ocamlc -custom -I $(LABLTKDIR) tk41.cma "$$@" \' >> $@
+ @echo ' -cclib "-L$(LABLTKDIR) -llabltk41 $(TK_LINK)" \' >> $@
@echo ' $(X11_LINK) -cclib "$(CCLIBS) $(DLLIB)"' >> $@
labltkopt: Makefile $(TOPDIR)/config/Makefile
@echo Generate $@
@echo "#!/bin/sh" > $@
- @echo 'exec ocamlopt -custom -I $(LABLTKDIR) tk41.cmxa "$$@"\\' >> $@
- @echo ' -cclib "-L$(LABLTKDIR) -llabltk41 $(TK_LINK)"\\' >> $@
+ @echo 'exec ocamlopt -custom -I $(LABLTKDIR) tk41.cmxa "$$@" \' >> $@
+ @echo ' -cclib "-L$(LABLTKDIR) -llabltk41 $(TK_LINK)" \' >> $@
@echo ' $(X11_LINK) -cclib "$(CCLIBS) $(DLLIB)"' >> $@
# All .{ml,mli} files are generated in this directory