diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 08:44:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 08:44:30 +0000 |
commit | 61bb3e5b9c8218544599fb7c3c2d166b0f92493f (patch) | |
tree | 49230428bfdab8afd566cf3eb33defaf80f17d28 /textproc/libxml/files | |
parent | Upgrade to 0.99.2. (diff) |
Upgrade to 0.99.3.
Notes
Notes:
svn path=/head/; revision=16093
Diffstat (limited to 'textproc/libxml/files')
-rw-r--r-- | textproc/libxml/files/patch-aa | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/textproc/libxml/files/patch-aa b/textproc/libxml/files/patch-aa index cb42a7e8f387..68184f7d9c25 100644 --- a/textproc/libxml/files/patch-aa +++ b/textproc/libxml/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Thu Oct 8 17:36:15 1998 -+++ Makefile.in Thu Oct 8 18:18:42 1998 -@@ -105,7 +105,7 @@ +--- Makefile.in.orig Sun Jan 17 03:13:33 1999 ++++ Makefile.in Sun Jan 17 16:31:54 1999 +@@ -113,7 +113,7 @@ tester_DEPENDENCIES = $(DEPS) tester_LDADD= $(LDADDS) @@ -8,4 +8,13 @@ +confexecdir=$(sysconfdir) confexec_DATA = xmlConf.sh - EXTRA_DIST = xmlConf.sh.in + EXTRA_DIST = xmlConf.sh.in libxml.spec +@@ -157,7 +157,7 @@ + SOURCES = $(libxml_la_SOURCES) $(tester_SOURCES) + OBJECTS = $(libxml_la_OBJECTS) $(tester_OBJECTS) + +-all: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) $(HEADERS) config.h ++all: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS) config.h + + .SUFFIXES: + .SUFFIXES: .S .c .lo .o .s |