time/mktime.c (compile-command): Add "-I."

This commit is contained in:
Paul Eggert 2012-05-22 06:13:01 -07:00 committed by H.J. Lu
parent 643e01e6cb
commit b99e4f783c
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
* time/mktime.c (compile-command): Add "-I.".
mktime: merge mktime-internal.h change from gnulib
* time/mktime.c [!_LIBC]: Include "mktime-internal.h".

View File

@ -662,6 +662,6 @@ main (int argc, char **argv)
/*
Local Variables:
compile-command: "gcc -DDEBUG -Wall -W -O -g mktime.c -o mktime"
compile-command: "gcc -DDEBUG -I. -Wall -W -O2 -g mktime.c -o mktime"
End:
*/