]> git.saurik.com Git - apt.git/blobdiff - vendor/makefile
add apt-vendor information for tanglu
[apt.git] / vendor / makefile
index c05b516ef36375ba6e38d7b4d0bfda9952e508cc..619c603fbd5d4f658f3370c4a9ffd3b252684893 100644 (file)
@@ -32,9 +32,11 @@ current:
        # if we haven't found a specific, look for a deriving in hardcoded order
        test -e $@ || \
                (dpkg-vendor --derives-from ubuntu && cp ln -s ubuntu $@ ) || \
+               (dpkg-vendor --derives-from tanglu && cp ln -s tanglu $@ ) || \
                ln -s debian $@
 
 .PHONY: clean veryclean all binary vendor
+.NOPARALLEL:
 
 clean: clean/current