head	1.3;
access;
symbols
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2008.04.10.11.56.27;	author pav;	state dead;
branches;
next	1.2;

1.2
date	2008.04.06.19.44.41;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2006.09.23.17.37.24;	author stas;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Remove empty files
@
text
@@


1.2
log
@- Update to 3.10.2.

Thanks to:	Thomas Crimi <tcrimi@@procida.us>
@
text
@@


1.1
log
@- Update to 3.09.3

ChangeLog:
- Mainly bugfix release

Approved by:	sem (mentor)
@
text
@a0 14
--- camlp4/camlp4/Makefile.orig	Sat Sep 23 20:02:56 2006
+++ camlp4/camlp4/Makefile	Sat Sep 23 20:13:00 2006
@@@@ -75,7 +75,10 @@@@
 	-$(MKDIR) "$(LIBDIR)/camlp4"
 	cp $(CAMLP4) "$(BINDIR)/."
 	for ext in mli cmi cmo cmx o; do for mod in $(EXPORTED); do \
-	  cp $${mod}.$${ext} "$(LIBDIR)/camlp4/."; done; done
+	  if [ -e "$${mod}.$${ext}" ]; then \
+		cp $${mod}.$${ext} "$(LIBDIR)/camlp4/."; \
+	  fi; \
+	done; done
 	cp  argl.cmi argl.cmo "$(LIBDIR)/camlp4/."
 	for f in argl.o argl.cmx; do \
 	  if test -r $$f ; then \
@

