aboutsummaryrefslogtreecommitdiff
path: root/lib/libexpat
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2018-08-22 11:56:42 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2018-08-22 11:56:42 +0000
commit24c14ab87e922c9e6a375aede121b176a47ce631 (patch)
treef256293cb13df26fe82888363a974f97f23ece81 /lib/libexpat
parent17be5f230a5fbca04c2e17de4cf554f0656a00b1 (diff)
downloadsrc-24c14ab87e922c9e6a375aede121b176a47ce631.tar.gz
src-24c14ab87e922c9e6a375aede121b176a47ce631.zip
Notes
Diffstat (limited to 'lib/libexpat')
-rw-r--r--lib/libexpat/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile
index 20665c67fe9c..d79afc53c865 100644
--- a/lib/libexpat/Makefile
+++ b/lib/libexpat/Makefile
@@ -18,14 +18,13 @@ CLEANFILES= bsdxml.h bsdxml_external.h
WARNS?= 2
# OK, so it is not entirely unadulterated: we amend the COPYING to
-# point people to the right place, get rid of some VMS stuff and use
-# FreeBSD-style include guards. We also want to point it at the new
-# bsdxml_external.h rather than the old expat_external.h file.
+# point people to the right place and use FreeBSD-style include guards.
+# We also want to point it at the new bsdxml_external.h rather than the
+# old expat_external.h file.
bsdxml.h: expat.h
- unifdef -U__VMS < ${.ALLSRC} | \
sed -e 's/XmlParse_INCLUDED/_BSD_XML_H_/' \
-e 's/COPYING/src\/contrib\/expat\/COPYING/' \
- -e 's/expat_external/bsdxml_external/' \
+ -e 's/expat_external/bsdxml_external/' ${.ALLSRC} \
> ${.TARGET}
bsdxml_external.h: expat_external.h