blob: 4601e053abcc32fce32c9cfdc694c4e94e2fba2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- programs/Imakefile~ Fri Apr 2 05:38:13 1999
+++ programs/Imakefile Sun Oct 31 09:30:22 1999
@@ -3,9 +3,10 @@
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
-#ifndef BuildFontServer
-#define BuildFontServer
+#ifdef BuildFontServer
+#undef BuildFontServer
#endif
+#define BuildFontServer YES
#if BuildServer
RGBSRCDIR = rgb
|