Made IRC use select()
[tpg/acess2.git] / Usermode / Filesystem / Makefile
index 4cf24a3..410a01b 100644 (file)
@@ -19,7 +19,7 @@ install:      $(DIRS) $(FILES)
 clean:
 
 $(DIRS):
-       $(xMKDIR) $(DISTROOT)/$@
+       $(xMKDIR) $(DISTROOT)/$@; true
 
 $(FILES):
        $(xCP) $@ $(DISTROOT)/$@

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