]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/capi4k-utils
HinzugefĆ¼gt:
[ipfire-2.x.git] / lfs / capi4k-utils
index c85247102a91b0a410aed6066ee6cd5dd20be4c0..02c25872279521356a197dc3f9059f4a192e909c 100644 (file)
@@ -79,13 +79,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP)/capiinit && ./configure
        cd $(DIR_APP)/capiinit && make
        cd $(DIR_APP)/capiinit && make install
-       cd $(DIR_APP)/capiinfo && ./configure
-       cd $(DIR_APP)/capiinfo && make
-       cd $(DIR_APP)/capiinfo && make install
        cd $(DIR_APP)/capi20 && SED=sed ./configure
        cd $(DIR_APP)/capi20 && SED=sed make
        cd $(DIR_APP)/capi20 && make install
        PPPVER=`grep --max-count=1 VER $(DIR_SRC)/lfs/ppp | awk '{ print $$3 }'` && \
                 cd $(DIR_APP)/pppdcapiplugin && PPPVERSIONS="$$PPPVER" make && PPPVERSIONS="$$PPPVER" make install
+       cd $(DIR_APP)/capiinfo && ./configure
+       cd $(DIR_APP)/capiinfo && make
+       cd $(DIR_APP)/capiinfo && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)