summaryrefslogtreecommitdiff
path: root/debian/ipv6-patches/0002-Makefile-target-choose-do-not-depend-on-conf-home.diff
blob: d9b4f2243073fc96a506ac8738352f7a5d8c631d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 3be7db918230dde2ce4937f7329d6461b0702d6d Mon Sep 17 00:00:00 2001
From: Gerrit Pape <pape@smarden.org>
Date: Wed, 16 Apr 2008 20:56:00 +0000
Subject: [PATCH] Makefile: target choose: do not depend on conf-home

---
 Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index a67b0cb..bcf5bd5 100644
--- a/Makefile
+++ b/Makefile
@@ -145,9 +145,8 @@ compile chkshsgr.c exit.h
 	./compile chkshsgr.c
 
 choose: \
-warn-auto.sh choose.sh conf-home
+warn-auto.sh choose.sh
 	cat warn-auto.sh choose.sh \
-	| sed s}HOME}"`head -1 conf-home`"}g \
 	> choose
 	chmod 755 choose
 
-- 
1.6.0.3