summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordawes <dawes>1998-12-20 11:56:08 +0000
committerdawes <dawes>1998-12-20 11:56:08 +0000
commit75f6aafca1216131996effe6744dfdfc9869015b (patch)
treef8ceb6236eff2c2f05f71675dda853b437ad2a8f /Makefile
parentb020c030f0a295e6b9f5e7e272d1f7c87d60f946 (diff)
initial 3.9Nr patches
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 98ebba84e..8606b571e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# $TOG: Makefile /main/37 1998/02/17 14:30:04 kaleb $
-# $XFree86: xc/Makefile,v 3.11 1998/10/02 05:05:35 dawes Exp $
+# $XFree86: xc/Makefile,v 3.12 1998/11/01 07:57:43 dawes Exp $
# Luna users will need to either run make as "make MAKE=make"
# or add "MAKE = make" to this file.
@@ -47,7 +47,15 @@ World:
@date
@echo ""
@if [ ! -f $(IRULESRC)/host.def ]; then \
- echo "" > $(IRULESRC)/host.def; \
+ if [ ! -f $(TOP)/lib/Xt/Imakefile ]; then \
+ echo "#define BuildServersOnly YES" > $(IRULESRC)/host.def; \
+ else \
+ if [ ! -f $(TOP)/fonts/Imakefile ]; then \
+ echo "#define BuildFonts NO" > $(IRULESRC)/host.def; \
+ else \
+ echo "" > $(IRULESRC)/host.def; \
+ fi; \
+ fi; \
fi
cd $(IMAKESRC) && $(MAKE) $(FLAGS) clean
$(MAKE) $(MFLAGS) Makefile.boot