runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 74f47332ce1c2b8f7db8640dfeeab39827561cbe
parent a92e6a88aa79e587339f1d1186508fe6779d1b07
Author: Gerrit Pape <pape@smarden.org>
Date:   Thu, 28 Aug 2003 12:00:35 +0000

  * src/Makefile: add dependency to sysdeps to target fmt_ptime.o (thx Thomas
    Schwinge).

Diffstat:
Mpackage/CHANGES | 3+++
Msrc/Makefile | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/package/CHANGES b/package/CHANGES @@ -1,3 +1,6 @@ + * src/Makefile: add dependency to sysdeps to target fmt_ptime.o (thx Thomas + Schwinge). + runit 0.11.0 Fri, 08 Aug 2003 12:37:14 +0200 * uidgid.c, uidgid.h: new; get uid/gid by name. diff --git 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