Removed dependence on pyangbind, because it leads to issues during deb package instal...
[osm/IM.git] / Makefile
index 62643b0..396956c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ Q?=@
 
 PYANG_OPTIONS := -Werror
 
 
 PYANG_OPTIONS := -Werror
 
-all: $(PYTHON_MODELS) pyangbind $(PYTHON_JSONSCHEMAS)
+all: $(PYTHON_MODELS) pyangbind
        $(MAKE) package
 
 $(OUT_DIR):
        $(MAKE) package
 
 $(OUT_DIR):
@@ -60,4 +60,4 @@ pyang-json-schema-plugin:
        git clone https://github.com/cmoberg/pyang-json-schema-plugin
 
 clean:
        git clone https://github.com/cmoberg/pyang-json-schema-plugin
 
 clean:
-       $(Q)rm -rf build dist osm_im.egg-info deb deb_dist *.gz pyangbind $(OUT_DIR)
+       $(Q)rm -rf build dist osm_im.egg-info deb deb_dist *.gz pyangbind pyang-json-schema-plugin $(OUT_DIR)