27 lines
642 B
Diff
27 lines
642 B
Diff
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
|
|
|