aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-07-05 02:53:04 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-07-05 02:53:04 +0900
commitcbd34cdefdbbf9c3802c6d8428a79d2efaa99b6b (patch)
tree715ee8ddb8f420f5c5fa36d788022fe11f3debce /Makefile
parent0f7af70fb6849c0c4a3cde5df7d0c5b90d8ba99a (diff)
downloadkati-cbd34cdefdbbf9c3802c6d8428a79d2efaa99b6b.tar.gz
[C++] Rename time.h to timeutil.h
Using a standard header name is not a good idea.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bda6233..d87f1e7 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ CXX_SRCS:= \
stringprintf.cc \
strutil.cc \
symtab.cc \
- time.cc \
+ timeutil.cc \
value.cc \
var.cc
CXX_TEST_SRCS:= \