X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FFilesystem%2FMakefile;h=b9b85f06b63b8f65b48282734c28d9ae621428d8;hb=3681dbf27244ee07ae618a9d33a608ae6089d3c5;hp=093ea71a6e6f9ec978d0098f0d112e71dd51de91;hpb=c7c5c4dbeb7b298675856eebb36084c92e989d98;p=tpg%2Facess2.git diff --git a/Usermode/Filesystem/Makefile b/Usermode/Filesystem/Makefile index 093ea71a..b9b85f06 100644 --- a/Usermode/Filesystem/Makefile +++ b/Usermode/Filesystem/Makefile @@ -15,8 +15,6 @@ FILES = Conf/BootConf.cfg Conf/Auth/Users Conf/Auth/Passwords Conf/Auth/Groups all: $(DIRS) $(FILES) clean: - $(xRMDIR) $(DIRS) - $(xRM) $(FILES) $(DIRS): $(xMKDIR) $(DISTROOT)/$@