diff options
Diffstat (limited to 'textproc/expat2/files/patch-ab')
-rw-r--r-- | textproc/expat2/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/expat2/files/patch-ab b/textproc/expat2/files/patch-ab new file mode 100644 index 0000000..e67c0d3 --- /dev/null +++ b/textproc/expat2/files/patch-ab @@ -0,0 +1,10 @@ +--- xmlwf/Makefile.in.orig Sat Sep 30 00:54:54 2000 ++++ xmlwf/Makefile.in Thu Oct 12 00:42:22 2000 +@@ -11,5 +11,7 @@ + xmlwf: $(OBJS) + $(CC) -o xmlwf $(LDFLAGS) $(OBJS) $(LIBS) + ++install: ++ + clean: + rm -f xmlwf core *.o |