diff options
Diffstat (limited to 'project/custom.mk')
-rw-r--r-- | project/custom.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/project/custom.mk b/project/custom.mk index 056855d..b0adcdd 100644 --- a/project/custom.mk +++ b/project/custom.mk @@ -24,16 +24,6 @@ package-shared: shared package-install-shared: install-shared endif -ifneq ($(DISABLE_STATIC),yes) -package-install-headers:install-headers - -else ifneq ($(DISABLE_SHARED),yes) -package-install-headers:install-headers - -else -package-install-headers: -endif - ifeq ($(ALL_STATIC),yes) |