summaryrefslogtreecommitdiffstats
path: root/groff-xlibs.patch
blob: f319022b88cbfcd76367744d09e991737844a702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- groff-1.19.1/Makefile.ccpg.xlibs	2003-04-12 16:07:05.000000000 +0200
+++ groff-1.19.1/Makefile.ccpg	2005-01-12 14:24:58.349112312 +0100
@@ -8,7 +8,7 @@
 
 all: $(PROG) $(MANPAGES)
 
-$(PROG): $(OBJS) $(XLIBS)
+$(PROG): $(OBJS)
 	$(LINK.cpp) -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.cpp) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)