24 lines
803 B
Plaintext
24 lines
803 B
Plaintext
$OpenBSD: patch-ddd_Makefile_in,v 1.2 2002/03/21 05:28:21 fgsch Exp $
|
|
--- ddd/Makefile.in.orig Fri Feb 2 12:47:11 2001
|
|
+++ ddd/Makefile.in Wed Mar 13 04:36:12 2002
|
|
@@ -2608,17 +2608,8 @@ configinfo.C: USERINFO $(srcdir)/config-
|
|
$(MV) $@~ $@
|
|
|
|
# If `~/.ddd_userinfo' exists, use this file as personal identification.
|
|
-USERINFO: userinfo$(EXEEXT)
|
|
- -(cat $$HOME/.ddd_userinfo 2> /dev/null || \
|
|
- ./userinfo || echo '(unknown)') > $@~ && $(MV) $@~ $@
|
|
- @$(ECHO) ""
|
|
- @$(ECHO) "Please check your name and e-mail address:"
|
|
- @$(ECHO) ""
|
|
- @$(CAT) $@
|
|
- @$(ECHO) ""
|
|
- @$(ECHO) "This information will be compiled into $(DDD)."
|
|
- @$(ECHO) "If it is not correct, please edit $@ and re-compile."
|
|
- @$(ECHO) ""
|
|
+USERINFO:
|
|
+ echo ${MAINTAINER} >$@
|
|
|
|
# EPS code stuff.
|
|
$(srcdir)/header.str: $(srcdir)/header.ps
|