(file) Return to Makefile CVS log (file) (dir) Up to [XFree86 CVS] / xc

Diff for /xc/Makefile between version 3.6.2.1 and 3.6.2.2

version 3.6.2.1, 1997/05/03 04:53:19 version 3.6.2.2, 1998/02/07 00:44:32
Line 1 
Line 1 
 # $XConsortium: Makefile /main/36 1996/11/13 14:42:50 lehors $ # $XConsortium: Makefile /main/36 1996/11/13 14:42:50 lehors $
 # $XFree86: xc/Makefile,v 3.6 1996/12/23 05:49:50 dawes Exp $  # $XFree86: xc/Makefile,v 3.6.2.1 1997/05/03 04:53:19 dawes Exp $
  
 # Luna users will need to either run make as "make MAKE=make" # Luna users will need to either run make as "make MAKE=make"
 # or add "MAKE = make" to this file. # or add "MAKE = make" to this file.
Line 47 
Line 47 
         @date         @date
         @echo ""         @echo ""
         @if [ ! -f $(IRULESRC)/host.def ]; then \         @if [ ! -f $(IRULESRC)/host.def ]; then \
               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; \                 echo "" > $(IRULESRC)/host.def; \
                   fi \
               fi \
         fi         fi
         cd $(IMAKESRC) && $(MAKE) $(FLAGS) clean         cd $(IMAKESRC) && $(MAKE) $(FLAGS) clean
         $(MAKE) $(MFLAGS) Makefile.boot         $(MAKE) $(MFLAGS) Makefile.boot


Legend:
Removed from v.3.6.2.1  
changed lines
  Added in v.3.6.2.2

Powered by
ViewCVS 0.9.2