Autoclear -- remove files after they have been decoded. Autorename -- rename output files if they already exist. Stricter MIME compatibility, and bugfixes.
13 lines
344 B
Text
13 lines
344 B
Text
$NetBSD: patch-aa,v 1.4 2001/06/10 16:37:56 wiz Exp $
|
|
|
|
--- Makefile.in.orig Sat Jun 9 14:47:02 2001
|
|
+++ Makefile.in
|
|
@@ -164,7 +164,7 @@
|
|
rm -rf uudeview-$(VERSION).$(PATCH)
|
|
chmod 644 uudeview-$(V)-$(VERSION).$(PATCH).diff.gz
|
|
|
|
-uudeview: unix/config.h libuu.a
|
|
+uudeview: unix/config.h
|
|
(cd unix ; $(MAKE))
|
|
|
|
xdeview: tcl/config.h libuu.a
|