Changeset 7131

Show
Ignore:
Timestamp:
02/01/10 22:37:20 (6 weeks ago)
Author:
metamorph68
Message:

Removing configure.ml during clean target is not good, and it is already done in distclean..

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/liquidsoap/Makefile.rules

    r7130 r7131  
    1212install: install-local install-subdirs 
    1313clean: clean-subdirs clean-local clean-buildings 
    14         rm -f *.cmo *.cmi *.cmx *.cma *.cmxa *.o *.annot configure.ml 
     14        rm -f *.cmo *.cmi *.cmx *.cma *.cmxa *.o *.annot 
    1515doc: doc-local doc-subdirs doc-auto 
    1616