about summary refs log tree commit diff
path: root/pkgs/applications/emulators/bsnes/ares/000-dont-rebuild-on-install.patch
blob: 7b6bbfc21bdc266110e2699aa703f5dd204655f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 65cc7647110edd768e7baa7991143014316e655a Mon Sep 17 00:00:00 2001
From: Madoura <93990818+Madouura@users.noreply.github.com>
Date: Mon, 9 May 2022 10:17:06 -0500
Subject: [PATCH] Update GNUmakefile

---
 desktop-ui/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/desktop-ui/GNUmakefile b/desktop-ui/GNUmakefile
index 8e27b11d3..0bee561fb 100644
--- a/desktop-ui/GNUmakefile
+++ b/desktop-ui/GNUmakefile
@@ -106,7 +106,7 @@ endif
 	$(call rdelete,$(object.path))
 	$(call rdelete,$(output.path))
 
-install: all
+install:
 ifeq ($(platform),windows)
 	$(call mkdir,$(prefix)/$(name)/)
 else ifeq ($(shell id -un),root)