Browse code

Fixed make target to generate yaml files

Change-Id: Ie2d58aad488605676527a4489a66c28852a1e9bb
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3121
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

dthaluru authored on 2017/06/30 06:47:12
Showing 1 changed files
... ...
@@ -533,7 +533,7 @@ check: packages
533 533
                               $(PHOTON_RPMCHECK_FLAGS) \
534 534
                               -l $(PHOTON_LOGS_DIR)
535 535
 
536
-generate-yaml-files: check $(PHOTON_STAGE) $(PHOTON_PACKAGES)
536
+generate-yaml-files: check-tools $(PHOTON_STAGE) $(PHOTON_PACKAGES)
537 537
 	@echo "Generating yaml files for packages ..."
538 538
 	@cd $(PHOTON_PKG_BUILDER_DIR) && \
539 539
         $(PHOTON_PACKAGE_BUILDER) -y \