diff options
Diffstat (limited to 'mbbsd.icc/Makefile')
-rw-r--r-- | mbbsd.icc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd.icc/Makefile b/mbbsd.icc/Makefile index 6d7e5f53..c78d8f86 100644 --- a/mbbsd.icc/Makefile +++ b/mbbsd.icc/Makefile @@ -31,6 +31,7 @@ LDFLAGS+= -DDEBUG CFLAGS+= -DNO_FORK .endif +CFLAGS+= "-DCOMPILE_TIME=\"`date`\"" GCCUSE=gcc -pipe -Wall $(CFLAGS) -c .SUFFIXES: .c .o |