1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Imake.tmpl: don't delete logfiles (make.log MakeOut)

This commit is contained in:
Jon Trulson 2018-05-26 11:56:17 -06:00
parent d6d055c981
commit 8d2fe2486c

View file

@ -901,7 +901,7 @@ XCOMM the platform-specific parameters - edit site.def to change
#define ExtraFilesToClean /**/ #define ExtraFilesToClean /**/
#endif #endif
#ifndef FilesToClean #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 #endif
PATHSEP = PathSeparator PATHSEP = PathSeparator