X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FFilesystem%2FMakefile;h=410a01b5d255fbd01e600a3b0359145d890c5695;hb=c967d91a4794ec9c0ec7dab438c033f4c0b49952;hp=4cf24a37adcf548b69205bbe10a48f89c4f08b22;hpb=4b59aea79be4992af2b1c38ea43f6dacf939d782;p=tpg%2Facess2.git diff --git a/Usermode/Filesystem/Makefile b/Usermode/Filesystem/Makefile index 4cf24a37..410a01b5 100644 --- a/Usermode/Filesystem/Makefile +++ b/Usermode/Filesystem/Makefile @@ -19,7 +19,7 @@ install: $(DIRS) $(FILES) clean: $(DIRS): - $(xMKDIR) $(DISTROOT)/$@ + $(xMKDIR) $(DISTROOT)/$@; true $(FILES): $(xCP) $@ $(DISTROOT)/$@