Browse code

changed the target name for spec dependency tree display

Harish Udaiya Kumar authored on 2015/09/12 03:43:28
Showing 1 changed files
... ...
@@ -150,9 +150,9 @@ pkgtree:
150 150
 	@cd $(PHOTON_SPECDEPS_DIR) && \
151 151
 		$(PHOTON_SPECDEPS) -s $(PHOTON_SPECS_DIR) -i pkg -p $(pkg)
152 152
 
153
-jsontree:
153
+imgtree:
154 154
 	@cd $(PHOTON_SPECDEPS_DIR) && \
155
-		$(PHOTON_SPECDEPS) -s $(PHOTON_SPECS_DIR) -i json -f $(PHOTON_DATA_DIR)/build_install_options_$(json).json
155
+		$(PHOTON_SPECDEPS) -s $(PHOTON_SPECS_DIR) -i json -f $(PHOTON_DATA_DIR)/build_install_options_$(img).json
156 156
 
157 157
 who-needs:
158 158
 	@cd $(PHOTON_SPECDEPS_DIR) && \