Usermode/ld-acess - Fixed missing dependency for syscalls
authorJohn Hodge <[email protected]>
Tue, 30 Jul 2013 03:02:21 +0000 (11:02 +0800)
committerJohn Hodge <[email protected]>
Tue, 30 Jul 2013 03:02:21 +0000 (11:02 +0800)
Usermode/Libraries/ld-acess.so_src/Makefile

index b4fa248..831d094 100644 (file)
@@ -49,5 +49,7 @@ $(_OBJPREFIX)arch/$(ARCHDIR).$(ASSUFFIX): arch/$(ARCHDIR).$(ASSUFFIX).h arch/sys
        @mkdir -p $(dir $@)
        @$(CPP) $(CPPFLAGS) -P -D__ASSEMBLER__ $< -o $@
 
+$(_OBJPREFIX)arch/$(ARCHDIR).$(ASSUFFIX): $(ACESSDIR)/KernelLand/Kernel/include/syscalls.h
+
 $(_OBJPREFIX)_stublib.o: arch/syscalls.s.h
 

UCC git Repository :: git.ucc.asn.au