util  Diff

Differences From Artifact [ca4a818574]:

To Artifact [6698dd488b]:


    32     32   
    33     33   safekill: safekill.c
    34     34   	$(cc) $< -lX11 -o$@ $(cc-post)
    35     35   
    36     36   xpriv: xpriv.c
    37     37   	$(cc) $< -lrt -lutil -lX11 -o $@ $(cc-post)
    38     38   
    39         -kpw.bin: kpw/makefile
           39  +kpw.bin: kpw/makefile kpw
    40     40   	$(MAKE) root=$(realpath .) flags=$(kpw-flags) -C kpw $(realpath .)/$@
    41     41   
    42     42   .PHONY: kpw