Fixed Proc_ReturnToUser's dependence on the structure of tThread
[tpg/acess2.git] / Usermode / Filesystem / Makefile
index ef1f6b2..b9b85f0 100644 (file)
@@ -15,11 +15,11 @@ FILES = Conf/BootConf.cfg Conf/Auth/Users Conf/Auth/Passwords Conf/Auth/Groups
 all:   $(DIRS) $(FILES)
 
 clean:
-       $(xRMDIR) $(DIRS)
-       $(xRM) $(FILES)
 
 $(DIRS):
        $(xMKDIR) $(DISTROOT)/$@
 
 $(FILES):
        $(xCP) $< $(DISTROOT)/$@
+
+force: ;

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