Fixed `make install` issues, bugs with VESA
[tpg/acess2.git] / Usermode / Filesystem / Makefile
index 093ea71..4cf24a3 100644 (file)
@@ -3,25 +3,25 @@
 
 -include ../../Makefile.cfg
 
-DIRS  = Bin SBin Libs Modules Applications
+DIRS  = Bin SBin Libs Modules Apps
 DIRS += Conf Conf/Auth
-FILES = Conf/BootConf.cfg Conf/Auth/Users Conf/Auth/Passwords Conf/Auth/Groups
+FILES = Conf/BootConf.cfg
+# Conf/Auth/Users Conf/Auth/Passwords Conf/Auth/Groups
 
 #DIRS  := $(addprefix $(DISTROOT)/,$(DIRS))
 #FILES := $(addprefix $(DISTROOT)/,$(FILES))
 
 .PHONY: all clean
+.PHONY: $(DIRS) $(FILES)
 
-all:   $(DIRS) $(FILES)
+install:       $(DIRS) $(FILES)
 
 clean:
-       $(xRMDIR) $(DIRS)
-       $(xRM) $(FILES)
 
 $(DIRS):
        $(xMKDIR) $(DISTROOT)/$@
 
 $(FILES):
-       $(xCP) $< $(DISTROOT)/$@
+       $(xCP) $@ $(DISTROOT)/$@
 
 force: ;

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