Root - Update to travis-ci config
[tpg/acess2.git] / Usermode / Filesystem / Makefile
index 8723c6a..7eb0694 100644 (file)
@@ -12,12 +12,15 @@ FILES = Conf/BootConf.cfg
 #FILES := $(addprefix $(DISTROOT)/,$(FILES))
 
 .PHONY: all clean
-.PHONY: $(DIRS) $(FILES)
+.PHONY: $(DIRS) $(FILES) DISTROOT
 
-install:       $(DIRS) $(FILES)
+install: DISTROOT $(DIRS) $(FILES)
 
 clean:
 
+DISTROOT:
+       $(xMKDIR) $(DISTROOT); true
+
 $(DIRS):
        $(xMKDIR) $(DISTROOT)/$@; true
 

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