Usermode edit - Can view :)
[tpg/acess2.git] / Kernel / Makefile
index 72590b8..e4b0436 100644 (file)
@@ -70,14 +70,14 @@ $(BIN): $(OBJ) $(MODS) arch/$(ARCHDIR)/link.ld Makefile
        @$(STRIP) $(BIN)
 
 %.ao.$(ARCH): %.asm Makefile
-       @echo --- NASM -o $@
+       @echo --- AS -o $@
        @$(AS) $(ASFLAGS) $< -o $@
 
 %.o.$(ARCH): %.c Makefile
 #      if exists %*/Makefile
 #      @make -C %*/ all
 #      else
-       @echo --- GCC -o $@
+       @echo --- CC -o $@
        @$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $<
        @$(MAKEDEP) $(CPPFLAGS) -MT $@ -o $*.d.$(ARCH) $<
 #      endif
@@ -85,8 +85,8 @@ $(BIN): $(OBJ) $(MODS) arch/$(ARCHDIR)/link.ld Makefile
 %.xo.$(ARCH):
        @make -C $* all
 
-include/syscalls.h:    syscalls.lst Makefile
-       php GenSyscalls.php
+include/syscalls.h include/syscalls.inc.asm:   syscalls.lst Makefile GenSyscalls.pl
+       perl GenSyscalls.pl
 
 Makefile:      ../Makefile.cfg arch/$(ARCHDIR)/Makefile
 

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