blob: 270b26f7f7f5247f6ab87db9e3d0a037a57a62f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- groff-1.18/Makefile.in.sopwith 2002-10-04 17:10:56.000000000 -0400
+++ groff-1.18/Makefile.in 2002-10-04 17:11:09.000000000 -0400
@@ -422,8 +422,9 @@
src/utils/lookbib \
src/utils/indxbib \
src/utils/lkbib \
- src/utils/addftinfo
-CPROGDIRS=src/utils/pfbtops
+ src/utils/addftinfo \
+ src/utils/pfbtops
+CPROGDIRS=
PROGDIRS=$(CCPROGDIRS) $(CPROGDIRS)
DEVDIRS=\
font/devps \
|