X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Frules;h=4ebd6783077312177b0f4a78164cf31d08169f9f;hb=438c4873f7bf6567639a730699779d02a400d52c;hp=b6c0470ba1e1aeed34a98e0a74a834798f22538d;hpb=3d356056a6c7dffda2188390207f83f27364e911;p=pkg-pfstmo.git diff --git a/debian/rules b/debian/rules index b6c0470..4ebd678 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules for pfstmo # -# Written by Sebastian Harl +# Written by Sebastian Harl # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -40,7 +40,7 @@ clean: dh_testroot rm -f build-stamp - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean for file in config.guess config.sub; do \ if [ -e $$file.upstream ]; then \ rm -f $$file; \