simonmar    2005/07/21 05:54:33 PDT

  Modified files:
    libraries/GLUT       Makefile 
    libraries/HGL        Makefile 
    libraries/OpenAL     Makefile 
    libraries/OpenGL     Makefile 
    libraries/X11        Makefile 
    libraries/base       Makefile 
    libraries/network    Makefile 
    libraries/unix       Makefile 
  Log:
  Hack Makefiles so that 'make distclean' works even if the tree has not
  been configured, or 'make distclean' has already been run.
  
  This is to solve problems caused by 'make distclean' removing files
  that it needs itself - previously we were arranging to remove certain
  files right at the end of cleaning, but this is fragile.  So now we
  assume that e.g. the X11 library is always enabled when we're
  cleaning.
  
  Revision  Changes    Path
  1.34      +7 -2      fptools/libraries/GLUT/Makefile
  1.21      +7 -1      fptools/libraries/HGL/Makefile
  1.12      +7 -2      fptools/libraries/OpenAL/Makefile
  1.44      +7 -2      fptools/libraries/OpenGL/Makefile
  1.24      +7 -2      fptools/libraries/X11/Makefile
  1.64      +1 -2      fptools/libraries/base/Makefile
  1.24      +1 -2      fptools/libraries/network/Makefile
  1.16      +0 -1      fptools/libraries/unix/Makefile
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to