View | Details | Raw Unified | Return to bug 221811
Collapse All | Expand All

(-)b/sysutils/safecat/files/patch-Makefile (+21 lines)
Added Link Here
1
--- Makefile.orig	2017-08-25 13:36:12.671931000 -0400
2
+++ Makefile	2017-08-25 13:36:36.138079000 -0400
3
@@ -219,14 +219,14 @@
4
 
5
 safecat: \
6
 load safecat.o getln.a str.a stralloc.a strerr.a substdio.a alloc.o \
7
-alloc_re.o byte_copy.o byte_cr.o envread.o error.o error_str.o fmt_uint64.o \
8
-hostname.o sig.o stat_dir.o str_diffn.o str_len.o substdio_copy.o \
9
+alloc_re.o byte_cr.o envread.o error.o error_str.o fmt_uint64.o \
10
+hostname.o sig.o stat_dir.o str_diffn.o substdio_copy.o \
11
 substdi.o substdio.o taia_fmtfrac.o taia_now.o taia_tai.o tempfile.o \
12
 writefile.o
13
 	./load safecat getln.a str.a stralloc.a strerr.a substdio.a \
14
-	alloc.o alloc_re.o byte_copy.o byte_cr.o envread.o error.o \
15
+	alloc.o alloc_re.o byte_cr.o envread.o error.o \
16
 	error_str.o fmt_uint64.o hostname.o sig.o stat_dir.o str_diffn.o \
17
-	str_len.o substdi.o substdio.o substdio_copy.o taia_fmtfrac.o \
18
+	substdi.o substdio.o substdio_copy.o taia_fmtfrac.o \
19
 	taia_now.o taia_tai.o tempfile.o writefile.o
20
 
21
 safecat.0: \

Return to bug 221811