summary refs log tree commit diff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2003-08-28 12:00:35 +0000
committerGerrit Pape <pape@smarden.org>2003-08-28 12:00:35 +0000
commit27201625fb99184e94c82513040ad52ee2b84972 (patch)
tree74b7e12bc2b6ee53fd76598a5af016fab1efec5f /src/Makefile
parent1bb4748dd4143966b88c6d4de60508ceb5a1ed59 (diff)
downloadrunit-27201625fb99184e94c82513040ad52ee2b84972.tar.gz
runit-27201625fb99184e94c82513040ad52ee2b84972.tar.xz
runit-27201625fb99184e94c82513040ad52ee2b84972.zip
* src/Makefile: add dependency to sysdeps to target fmt_ptime.o (thx Thomas
    Schwinge).
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 1d70be0..abf64db 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -82,7 +82,7 @@ uidgid.o: compile uidgid.c uidgid.h
 pmatch.o: compile pmatch.c
 	./compile pmatch.c
 
-fmt_ptime.o: compile fmt_ptime.c
+fmt_ptime.o: compile sysdeps fmt_ptime.c
 	./compile fmt_ptime.c