File: 0003-Makefile-target-choose-do-not-depend-on-conf-home.diff

package info (click to toggle)
ucspi-tcp 1%3A0.88-3.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,220 kB
  • ctags: 691
  • sloc: ansic: 5,613; makefile: 773; sh: 153
file content (27 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (6)
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 7512cc5f00d9ebfdd5a8512d61bc969a3cd20956 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.5.5