diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-06 08:10:24 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-06 08:10:24 +0000 |
commit | d2b5da83a905ced793efa32e895e54ee68a183d3 (patch) | |
tree | 01ccb33860dfd14322148ee413d1e9edd98ac020 /textproc/expat2/files/patch-xmlwf::Makefile.in | |
parent | - update to 1.0.25 (diff) |
Upgrade to 1.95.3.
PR: ports/39993
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'textproc/expat2/files/patch-xmlwf::Makefile.in')
-rw-r--r-- | textproc/expat2/files/patch-xmlwf::Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/expat2/files/patch-xmlwf::Makefile.in b/textproc/expat2/files/patch-xmlwf::Makefile.in deleted file mode 100644 index a76e2ef45fc5..000000000000 --- a/textproc/expat2/files/patch-xmlwf::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- xmlwf/Makefile.in 2002/05/10 17:31:29 1.1 -+++ xmlwf/Makefile.in 2002/05/10 17:31:48 -@@ -43,6 +43,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - -+all: xmlwf - - xmlwf: $(OBJS) - $(CC) -o xmlwf $(LDFLAGS) $(OBJS) $(LIBS) |