summaryrefslogtreecommitdiff
path: root/x11/xcb/files/patch-Imakefile
blob: b605aadad806c613975c1e3f0d260f078d555ac7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- Imakefile.orig	2002-11-25 15:28:17.000000000 +0000
+++ Imakefile
@@ -20,6 +20,6 @@ OBJS			= xcb.o
 ComplexProgramTarget(xcb)
 
 Xcb.ad:	Xcb.ad.base
-	$(CPP) -P Xcb.ad.base $(GUI) > $@    # -P removes line directives.
+	$(CPP) $(GUI) -P Xcb.ad.base > $@    # -P removes line directives.
 
 InstallAppDefaults(Xcb)