blob: 7c550a0f2fd3909b1b1a8413ecc341273b8e4486 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ad,v 1.1.1.1 2001/04/27 12:18:33 agc Exp $
--- rtf2troff/Makefile.orig Sun Apr 8 13:16:06 2001
+++ rtf2troff/Makefile Sun Apr 8 13:18:24 2001
@@ -381,7 +381,8 @@
rtf2groff:: rtf2groff.sh
$(RM) $@
echo "#!"$(SHELL) > $@
- $(MSUB) rtf2groff.sh >> $@
+ $(CAT) rtf2groff.sh >> $@
+# $(MSUB) rtf2groff.sh >> $@
$(CHMOD) a+x $@
clean::
@@ -444,7 +445,6 @@
# DO NOT DELETE
trf-unix.o: /usr/include/stdio.h /usr/include/sys/types.h
-trf-unix.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
trf-unix.o: /usr/include/ctype.h .././h/rtf.h .././h/rtf-unix.h rtf2troff.h
trf-writer.o: /usr/include/stdio.h /usr/include/ctype.h .././h/rtf.h
trf-writer.o: rtf2troff.h
|