From 79f8601a309a2da3a963e29e521dcf1371ff89ac Mon Sep 17 00:00:00 2001 From: lwthiker Date: Tue, 12 Apr 2022 12:43:02 +0300 Subject: [PATCH] Fix typo in Makefile.in --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 465523d..2ba2d3d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,7 +46,7 @@ firefox-build: $(CURL_VERSION)/.firefox ## Build the Firefox version of curl-imp cd $(CURL_VERSION) # Don't pass this Makefile's MAKEFLAGS make MAKEFLAGS= -.PHONY: firefox +.PHONY: firefox-build firefox-install: ## Install the Firefox version of curl-impersonate after build cd $(CURL_VERSION) @@ -65,7 +65,7 @@ chrome-build: $(CURL_VERSION)/.chrome ## Build the Chrome version of curl-impers cd $(CURL_VERSION) # Don't pass this Makefile's MAKEFLAGS make MAKEFLAGS= -.PHONY: chrome +.PHONY: chrome-build chrome-install: ## Install the Chrome version of curl-impersonate after build cd $(CURL_VERSION)