[FIX] Remove PHONY rules for stowing packages

Apparently having them be PHONY rules makes it so that `make` ignores
the rules...
This commit is contained in:
Bruno BELANYI 2020-09-17 10:11:52 +02:00
parent 13702a21e7
commit ce2f2b54bf

View file

@ -147,8 +147,6 @@ link-cli: $(addprefix stow-,$(CLI_PACKAGES))
link-visual: $(addprefix stow-,$(VISUAL_PACKAGES)) link-visual: $(addprefix stow-,$(VISUAL_PACKAGES))
# Installing configuration packages # Installing configuration packages
.PHONY: $(addprefix stow-,$(CLI_PACKAGES))
.PHONY: $(addprefix stow-,$(VISUAL_PACKAGES))
stow-%: % stow-%: %
$(STOW) $< $(STOW) $<