a97485817c
Submitted by Victor Sahlstedt <cvss@home.se>. CLEX is a file manager with a full-screen user interface. It displays directory contents including the file status details and provides features like command history, filename insertion, or name completion in order to help users to create commands to be executed by the shell.
16 lines
671 B
Plaintext
16 lines
671 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2004/05/03 19:13:28 naddy Exp $
|
|
--- src/Makefile.in.orig 2004-05-03 21:06:24.000000000 +0200
|
|
+++ src/Makefile.in 2004-05-03 21:06:47.000000000 +0200
|
|
@@ -504,9 +504,9 @@ help.inc: help_en.hlp
|
|
-e 's:\(.*\)@@=\(.*\):#"\1", "\2":' \
|
|
-e '/^#/!s:\(.*\):#"\1", 0:' \
|
|
-e 's: *":":g' \
|
|
- -e 's:#\(.*\):{ \1 },:' $< > $@
|
|
+ -e 's:#\(.*\):{ \1 },:' $? > $@
|
|
clex.1: clex.1.in
|
|
- sed -e 's:@sysconfdir\@:$(sysconfdir):g' $< > $@
|
|
+ sed -e 's:@sysconfdir\@:$(sysconfdir):g' $? > $@
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|