diff options
author | Michel Mauny <Michel.Mauny@ensta.fr> | 2003-07-15 09:23:30 +0000 |
---|---|---|
committer | Michel Mauny <Michel.Mauny@ensta.fr> | 2003-07-15 09:23:30 +0000 |
commit | 41cf89c46c272bf849194e7b35c7c2c3a2b41f3f (patch) | |
tree | 17951795c6689adea5e68ad9bff2310cee810492 /camlp4/meta | |
parent | 39ce1603c9d1976bafcd64afd31bff266c757280 (diff) |
Fixed a typo
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5694 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'camlp4/meta')
-rw-r--r-- | camlp4/meta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camlp4/meta/Makefile b/camlp4/meta/Makefile index da78ef857..429a6f4bc 100644 --- a/camlp4/meta/Makefile +++ b/camlp4/meta/Makefile @@ -49,7 +49,7 @@ install: cp camlp4r$(EXE) "$(BINDIR)/." if test -f camlp4r.opt; then \ cp camlp4r.opt "$(BINDIR)/." ;\ - for target in $(OBJSX) $(OBJSX:.cmx=.o) ; do cp $$target"$(LIBDIR)/camlp4/."; done; \ + for target in $(OBJSX) $(OBJSX:.cmx=.o) ; do cp $$target" $(LIBDIR)/camlp4/."; done; \ fi include .depend |