X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FFilesystem%2FMakefile;h=8723c6ac8fa0418cf73154e2dc1ff94cbcab367c;hb=c43c05ef3234d6118ce601d299df60383d54ac7b;hp=4cf24a37adcf548b69205bbe10a48f89c4f08b22;hpb=4b59aea79be4992af2b1c38ea43f6dacf939d782;p=tpg%2Facess2.git diff --git a/Usermode/Filesystem/Makefile b/Usermode/Filesystem/Makefile index 4cf24a37..8723c6ac 100644 --- a/Usermode/Filesystem/Makefile +++ b/Usermode/Filesystem/Makefile @@ -1,7 +1,7 @@ # Acess 2 # - Usermode Filesystem Structure Generator --include ../../Makefile.cfg +-include ../Makefile.cfg DIRS = Bin SBin Libs Modules Apps DIRS += Conf Conf/Auth @@ -19,7 +19,7 @@ install: $(DIRS) $(FILES) clean: $(DIRS): - $(xMKDIR) $(DISTROOT)/$@ + $(xMKDIR) $(DISTROOT)/$@; true $(FILES): $(xCP) $@ $(DISTROOT)/$@