9os

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

commit 0f7da1d9d4bd19390bb7934ae9eb387d926c4f5b
parent 6d0bd290b34115ca8c810e9ff19ad015c9ddcf29
Author: Roberto E. Vargas Caballero <roberto.vargas@midokura.com>
Date:   Thu, 17 Nov 2022 11:53:15 +0100

os9: Fix build date of dev/builtin.o

Due to the recursion the time adjustment is not correct
because the directory time is also modified when the
object is updated.

Diffstat:
Msrc/os9/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/os9/Makefile b/src/os9/Makefile @@ -29,6 +29,7 @@ builtin.o: $(OBJS) $(LD) $(PROJ_LDFLAGS) -r -o $@ $(OBJS) dev/builtin.o: dev + touch $@ clean: rm -f version.h