mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-mail/dot-forward: remove unused patch
This commit is contained in:
committed by
Michael Palimaka
parent
b99131d4b4
commit
e2d2227079
@@ -1,22 +0,0 @@
|
||||
--- Makefile.orig 2003-09-03 12:02:43.275729368 -0400
|
||||
+++ Makefile 2003-09-03 12:02:52.751288864 -0400
|
||||
@@ -19,8 +19,8 @@
|
||||
auto-ccld.sh: \
|
||||
conf-cc conf-ld warn-auto.sh
|
||||
( cat warn-auto.sh; \
|
||||
- echo CC=\'`head -1 conf-cc`\'; \
|
||||
- echo LD=\'`head -1 conf-ld`\' \
|
||||
+ echo CC=\'`head -n 1 conf-cc`\'; \
|
||||
+ echo LD=\'`head -n 1 conf-ld`\' \
|
||||
) > auto-ccld.sh
|
||||
|
||||
auto-str: \
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
auto_qmail.c: \
|
||||
auto-str conf-qmail
|
||||
- ./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c
|
||||
+ ./auto-str auto_qmail `head -n 1 conf-qmail` > auto_qmail.c
|
||||
|
||||
auto_qmail.o: \
|
||||
compile auto_qmail.c
|
||||
Reference in New Issue
Block a user