]> git.sesse.net Git - vlc/commitdiff
contrib: speexdsp: skip RECONF
authorTristan Matthews <tmatth@videolan.org>
Sun, 4 Jan 2015 00:10:16 +0000 (19:10 -0500)
committerTristan Matthews <tmatth@videolan.org>
Mon, 5 Jan 2015 15:33:37 +0000 (10:33 -0500)
contrib/src/speexdsp/rules.mak

index f02a7e82644c49f0564784e62cadf73f9dc24929..e82c6ba26f59c6260373a515b047d86ac35cda88 100644 (file)
@@ -33,7 +33,6 @@ endif
 endif
 
 .speexdsp: speexdsp
-       mkdir -p $</m4 && $(RECONF)
        cd $< && $(HOSTVARS) ./configure $(HOSTCONF) $(SPEEXDSP_CONF)
        cd $< && $(MAKE) install
        touch $@