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

Diff for /xc/Makefile between version 3.5 and 3.6

version 3.5, 1996/03/04 04:19:16 version 3.6, 1996/12/23 05:49:50
Line 1 
Line 1 
 # $XConsortium: Makefile /main/33 1996/02/02 19:03:18 gildea $  # $XConsortium: Makefile /main/36 1996/11/13 14:42:50 lehors $
 # $XFree86: xc/Makefile,v 3.4 1996/02/10 10:35:14 dawes Exp $  # $XFree86: xc/Makefile,v 3.5 1996/03/04 04:19:16 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.
  
 RELEASE = "Release 6.1"  RELEASE = "Release 6.3"
 SHELL = /bin/sh SHELL = /bin/sh
 RM = rm -f RM = rm -f
 MV = mv MV = mv
Line 111 
Line 111 
         $(MAKE_CMD) $(MFLAGS) VerifyOS         $(MAKE_CMD) $(MFLAGS) VerifyOS
         $(MAKE_CMD) $(MFLAGS) Makefiles         $(MAKE_CMD) $(MFLAGS) Makefiles
         $(MAKE_CMD) $(MFLAGS) clean         $(MAKE_CMD) $(MFLAGS) clean
           cd $(CONFIGSRC)\util
           $(MAKE) mkdirhier.exe
           cd ..\..
         $(MAKE_CMD) $(MFLAGS) includes         $(MAKE_CMD) $(MFLAGS) includes
         $(MAKE_CMD) $(MFLAGS) depend         $(MAKE_CMD) $(MFLAGS) depend
         $(MAKE_CMD) $(MFLAGS) $(WIN32WORLDOPTS)         $(MAKE_CMD) $(MFLAGS) $(WIN32WORLDOPTS)


Legend:
Removed from v.3.5  
changed lines
  Added in v.3.6

Powered by
ViewCVS 0.9.2