1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

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

@ -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:
*/