mirror of https://github.com/sipwise/sems.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
972 B
56 lines
972 B
--- a/apps/Makefile
|
|
+++ b/apps/Makefile
|
|
@@ -69,7 +69,7 @@
|
|
done
|
|
|
|
.PHONY: install
|
|
-install: install-bin install-cfg
|
|
+install: install-bin
|
|
|
|
.PHONY: install-bin
|
|
install-bin:
|
|
--- a/apps/dsm/mods/Makefile
|
|
+++ b/apps/dsm/mods/Makefile
|
|
@@ -45,7 +45,7 @@
|
|
done
|
|
|
|
.PHONY: install
|
|
-install: install-bin install-cfg
|
|
+install: install-bin
|
|
|
|
.PHONY: install-bin
|
|
install-bin:
|
|
--- a/apps/examples/Makefile
|
|
+++ b/apps/examples/Makefile
|
|
@@ -33,7 +33,7 @@
|
|
done
|
|
|
|
.PHONY: install
|
|
-install: install-bin install-cfg
|
|
+install: install-bin
|
|
|
|
.PHONY: install-bin
|
|
install-bin:
|
|
--- a/apps/examples/tutorial/Makefile
|
|
+++ b/apps/examples/tutorial/Makefile
|
|
@@ -33,7 +33,7 @@
|
|
done
|
|
|
|
.PHONY: install
|
|
-install: install-bin install-cfg
|
|
+install: install-bin
|
|
|
|
.PHONY: install-bin
|
|
install-bin:
|
|
--- a/core/Makefile
|
|
+++ b/core/Makefile
|
|
@@ -117,8 +117,6 @@
|
|
|
|
install: all mk-install-dirs \
|
|
install-audio \
|
|
- install-modules-cfg \
|
|
- install-cfg \
|
|
install-bin \
|
|
install-modules
|
|
|