summaryrefslogtreecommitdiff
path: root/dev-util/conf2struct/files/conf2struct-0_pre0-install-not-run-all.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/conf2struct/files/conf2struct-0_pre0-install-not-run-all.patch')
-rw-r--r--dev-util/conf2struct/files/conf2struct-0_pre0-install-not-run-all.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-util/conf2struct/files/conf2struct-0_pre0-install-not-run-all.patch b/dev-util/conf2struct/files/conf2struct-0_pre0-install-not-run-all.patch
new file mode 100644
index 000000000000..5eca0a1de7b3
--- /dev/null
+++ b/dev-util/conf2struct/files/conf2struct-0_pre0-install-not-run-all.patch
@@ -0,0 +1,22 @@
+From b43351d0fdd687ed39b38531f673ba634aca5fee Mon Sep 17 00:00:00 2001
+From: Craig Andrews <candrews@integralblue.com>
+Date: Fri, 5 Jul 2019 16:22:49 -0400
+Subject: [PATCH] Install target should not run all
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index bf9bae3..8943248 100644
+--- a/Makefile
++++ b/Makefile
+@@ -9,7 +9,7 @@ checker: confcheck.o
+ $(CC) $(CFLAGS) -o confcheck confcheck.o -lconfig
+
+
+-install: all
++install:
+ install -c conf2struct $(DESTDIR)$(bindir)/conf2struct
+ install -c confcheck $(DESTDIR)$(bindir)/confcheck
+