summaryrefslogtreecommitdiffstats
path: root/groff-xlibs.patch
blob: aa72c2913e8ade8d975038c6f79461d280e2f62a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- groff-1.18.1/Makefile.ccpg.sopwith	Mon Feb 10 08:33:21 2003
+++ groff-1.18.1/Makefile.ccpg	Mon Feb 10 08:54:00 2003
@@ -8,7 +8,7 @@
 
 all: $(PROG) $(MANPAGES)
 
-$(PROG): $(OBJS) $(XLIBS)
+$(PROG): $(OBJS)
 	$(LINK.cc) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)
 
 install_bin: install_prog
@@ -28,6 +28,6 @@
 
 pure: $(PROG).pure
 
-$(PROG).pure: $(OBJS) $(XLIBS)
+$(PROG).pure: $(OBJS)
 	$(PURIFY) $(PURIFYCCFLAGS) \
 	  $(LINK.cc) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)