blob: 174a410b3b4ee071ab6e883ddb41660d0ffc53ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ./camlp4/lib/Makefile.orig Tue Nov 30 21:57:03 2004
+++ ./camlp4/lib/Makefile Sun May 21 14:02:41 2006
@@ -51,7 +51,8 @@
installopt:
for f in $(TARGET:.cma=.cmxa) $(TARGET:.cma=.p.cmxa) *.cmx ; do \
- test -f $$f && cp $$f "$(LIBDIR)/camlp4/." || true ; \
+ test -f $$f && \
+ cp $$f "$(LIBDIR)/camlp4/." || true ; \
done
# Special treatment for this one: some versions of make don't like $(A) in $(TARGET:.cma=.$(A))
target="`echo $(TARGET) | sed -e 's/\.cma$$/.$(A)/'`" ; \
|