Imake.tmpl: don't delete logfiles (make.log MakeOut)
This commit is contained in:
parent
d6d055c981
commit
8d2fe2486c
|
|
@ -901,7 +901,7 @@ XCOMM the platform-specific parameters - edit site.def to change
|
|||
#define ExtraFilesToClean /**/
|
||||
#endif
|
||||
#ifndef FilesToClean
|
||||
#define FilesToClean *.CKP *.ln *.BAK *.bak *.Osuf core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
|
||||
#define FilesToClean *.CKP *.ln *.BAK *.bak *.Osuf core errs ,* *~ *.a .emacs_* tags TAGS
|
||||
#endif
|
||||
|
||||
PATHSEP = PathSeparator
|
||||
|
|
|
|||
Loading…
Reference in New Issue