Makefile revision 4e5b757fbcf21077677360be274461dcd9064106
306N/A# The contents of this file are subject to the terms of the 306N/A# Common Development and Distribution License (the "License"). 306N/A# You may not use this file except in compliance with the License. 306N/A# See the License for the specific language governing permissions 306N/A# and limitations under the License. 306N/A# When distributing Covered Code, include this CDDL HEADER in each 306N/A# If applicable, add the following below this CDDL HEADER, with the 306N/A# fields enclosed by brackets "[]" replaced with your own identifying 306N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3817N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 306N/A# Use is subject to license terms. 306N/A#ident "%Z%%M% %I% %E% SMI" 306N/A# copy_contrib is used by all the versions of perl to copy the files under 306N/A# contrib into their contrib build directory. We therefore need to make sure 306N/A# it is fetched from SCCS before calling the version-specific makefiles so that 306N/A# they don't race over it. 306N/A# Perl is not lint-clean. Fake up a target. 306N/A# $(PODDIR)/pod2text may already exist (from "make install"), but it 3817N/A# doesn't hurt to regenerate it. $(SED) -n
'/The "Artistic License"/,/The End/p' > $@