Skip to content

Commit

Permalink
Fix location of timeval.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gisle Vanem committed Nov 13, 2004
1 parent 7ec200f commit fc2c067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.vc6
Expand Up @@ -160,8 +160,8 @@ getpassd.obj: getpass.c
$(CCD) $(CFLAGS) /Fo"$@" getpass.c
homedird.obj: homedir.c
$(CCD) $(CFLAGS) /Fo"$@" homedir.c
timevald.obj: timeval.c
$(CCR) $(CFLAGS) /Fo"$@" timeval.c
timevald.obj: ../lib/timeval.c
$(CCR) $(CFLAGS) /Fo"$@" ../lib/timeval.c
strtoofftd.obj: ../lib/strtoofft.c
$(CCR) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c
maind.obj: main.c
Expand Down

0 comments on commit fc2c067

Please sign in to comment.