From 3f8f365e097aa505183e41f7ef2a036ad443f68e Mon Sep 17 00:00:00 2001 From: wittinobi Date: Wed, 16 May 2012 13:26:35 +0200 Subject: [PATCH] update neutrino.mk --- make/neutrino.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/neutrino.mk b/make/neutrino.mk index 0efd076..0e37466 100755 --- a/make/neutrino.mk +++ b/make/neutrino.mk @@ -62,14 +62,14 @@ $(D)/neutrino-hd-new: $(N_OBJDIR)/config-new.status touch $@ libraries-int: - if [ $(NEUTRINO_HD_PORT) == neutrino-hd-single-old ]; then \ + if [ $(NEUTRINO_HD_PORT) = "neutrino-hd-single-old" ]; then \ $(MAKE) $(D)/libmad $(D)/libid3tag $(D)/libungif $(D)/openssl $(D)/libcurl $(D)/freetype $(D)/libjpeg $(D)/libboost $(D)/ffmpeg-old $(D)/libvorbis $(D)/openthreads; \ else \ $(MAKE) $(D)/libmad $(D)/libid3tag $(D)/libungif $(D)/openssl $(D)/libcurl $(D)/freetype $(D)/libjpeg $(D)/libboost $(D)/dvbsi $(D)/ffmpeg $(D)/libvorbis $(D)/openthreads; \ fi libraries-int-new: - if [ $(NEUTRINO_HD_PORT) == neutrino-single-old ]; then \ + if [ $(NEUTRINO_HD_PORT) = "neutrino-single-old" ]; then \ $(MAKE) $(D)/libmad $(D)/libid3tag-new $(D)/libungif-new $(D)/openssl-new $(D)/libcurl-new $(D)/freetype-new $(D)/libjpeg $(D)/libboost-new $(D)/ffmpeg-new $(D)/libvorbis $(D)/openthreads; \ else \ $(MAKE) $(D)/libmad $(D)/libid3tag-new $(D)/libungif-new $(D)/openssl-new $(D)/libcurl-new $(D)/freetype-new $(D)/libjpeg $(D)/libboost-new $(D)/dvbsi $(D)/ffmpeg $(D)/libvorbis $(D)/openthreads; \ -- 2.39.5