drop .PHONY
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 25 Nov 2021 13:18:56 +0000 (14:18 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Thu, 25 Nov 2021 13:18:56 +0000 (14:18 +0100)
Gbp-Dch: ignore

debian/rules

index 49793bcc3617758e40f90c36c98444c25dfd4571..cbcc3435f4975e71d5450b41f986d06e3f248c85 100755 (executable)
@@ -22,12 +22,12 @@ override_dh_clean:
        rm -rf $(FLAVORS:%=$(builddir)%)
        rm -f $(FLAVORS:%=jacktrip-%.1)
 
-.PHONY: $(patsubst %,configure_%,$(FLAVORS))
+#.PHONY: $(patsubst %,configure_%,$(FLAVORS))
 override_dh_auto_configure-arch: $(patsubst %,configure_%,$(FLAVORS))
 configure_%:
        dh_auto_configure -a -B $(builddir)$* -- $(strip $(CONFIG) $(CONFIG_$*)) $(CURDIR)/jacktrip.pro
 
-.PHONY: $(patsubst %,build_%,$(FLAVORS))
+#.PHONY: $(patsubst %,build_%,$(FLAVORS))
 override_dh_auto_build-arch: $(patsubst %,build_%,$(FLAVORS)) $(patsubst %,$(builddir)%/jacktrip.1,$(FLAVORS))
 build_%:
        dh_auto_build -a -B $(builddir)$* -- -f Makefile.Release