diff --git a/src/mod/applications/mod_curl/Makefile b/src/mod/applications/mod_curl/Makefile index 6f3e3b0d2b..30ec573016 100644 --- a/src/mod/applications/mod_curl/Makefile +++ b/src/mod/applications/mod_curl/Makefile @@ -11,8 +11,6 @@ LOCAL_LIBADD=$(JSONLA) include $(BASE)/build/modmake.rules -$(LOCAL_OBJS): $(LOCAL_SOURCES) - $(JSON_DIR): $(GETLIB) $(json-c).tar.gz diff --git a/src/mod/applications/mod_memcache/Makefile b/src/mod/applications/mod_memcache/Makefile index f9871bcefd..97c4b19956 100644 --- a/src/mod/applications/mod_memcache/Makefile +++ b/src/mod/applications/mod_memcache/Makefile @@ -12,8 +12,6 @@ LOCAL_LIBADD=$(MEMCACHEDLA) include $(switch_srcdir)/build/modmake.rules -$(LOCAL_OBJS): $(LOCAL_SOURCES) - $(MEMCACHED_DIR): $(GETLIB) $(MEMCACHED).tar.gz diff --git a/src/mod/endpoints/mod_alsa/Makefile b/src/mod/endpoints/mod_alsa/Makefile index 8765118804..b57f550915 100644 --- a/src/mod/endpoints/mod_alsa/Makefile +++ b/src/mod/endpoints/mod_alsa/Makefile @@ -2,9 +2,7 @@ BASE=../../../.. LOCAL_CFLAGS=-I. -I$(PA_DIR)/include -D__EXTENSION__=1 LOCAL_LDFLAGS=-lasound -LOCAL_OBJS= -LOCAL_SOURCES= include $(BASE)/build/modmake.rules -$(LOCAL_OBJS): $(LOCAL_SOURCES) + diff --git a/src/mod/formats/mod_shout/Makefile b/src/mod/formats/mod_shout/Makefile index 4f93838e22..5e33f2939b 100644 --- a/src/mod/formats/mod_shout/Makefile +++ b/src/mod/formats/mod_shout/Makefile @@ -17,13 +17,9 @@ LOCAL_CFLAGS=-I$(SHOUT_DIR)/include -I$(LAME_DIR)/include -I$(MPG123_DIR)/src LOCAL_LIBADD=$(LAMELA) $(SHOUTLA) $(MPG123LA) LOCAL_LDFLAGS=`cat ../../../../libs/libshout-2.2.2/Makefile | grep SPEEX_LIBS | sed -e 's|^SPEEX_LIBS =||'` -LOCAL_OBJS=$(MP3OBJS) -LOCAL_SOURCES=$(MP3SOURCES) include $(switch_srcdir)/build/modmake.rules -$(LOCAL_OBJS): $(LOCAL_SOURCES) - $(MPG123_DIR): $(GETLIB) $(MPG123).tar.gz diff --git a/src/mod/formats/mod_sndfile/Makefile b/src/mod/formats/mod_sndfile/Makefile index 8bf44207eb..ee6539bdf8 100644 --- a/src/mod/formats/mod_sndfile/Makefile +++ b/src/mod/formats/mod_sndfile/Makefile @@ -5,7 +5,6 @@ SNDFILELA=$(SNDFILE_DIR)/src/libsndfile.la LOCAL_CFLAGS=-I$(SNDFILE_DIR)/src LOCAL_LIBADD=$(SNDFILELA) -LOCAL_OBJS= include $(BASE)/build/modmake.rules