]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
update neutrino.mk
authorwittinobi <wittinobi@wittinobi.de>
Wed, 16 May 2012 11:26:35 +0000 (13:26 +0200)
committerwittinobi <wittinobi@wittinobi.de>
Wed, 16 May 2012 11:26:35 +0000 (13:26 +0200)
make/neutrino.mk

index 0efd076b35912ed651e1c5daeb58d8161a12625c..0e3746638d64fda4788ee795aed3d96dd52aeef4 100755 (executable)
@@ -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; \