Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/x11/tools/pswrap pswrap tool usage change



details:   https://anonhg.NetBSD.org/src/rev/3220da9ee6c4
branches:  trunk
changeset: 579661:3220da9ee6c4
user:      rtr <rtr%NetBSD.org@localhost>
date:      Sun Mar 20 23:11:19 2005 +0000

description:
pswrap tool usage change

diffstat:

 x11/tools/pswrap/Makefile.pswrap |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r b050b83a366c -r 3220da9ee6c4 x11/tools/pswrap/Makefile.pswrap
--- a/x11/tools/pswrap/Makefile.pswrap  Sun Mar 20 21:39:11 2005 +0000
+++ b/x11/tools/pswrap/Makefile.pswrap  Sun Mar 20 23:11:19 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.pswrap,v 1.2 2003/11/08 13:57:30 lukem Exp $
+#      $NetBSD: Makefile.pswrap,v 1.3 2005/03/20 23:11:19 rtr Exp $
 
 .SUFFIXES: .psw .c .h
 
@@ -11,9 +11,9 @@
 .psw.c: ${PSWRAP}
        ${_MKTARGET_CREATE}
        rm -f ${.TARGET}
-       ${PSWRAP} -a -o ${.TARGET} ${.IMPSRC}
+       ${PSWRAP} -a -o ${.TARGET} -h ${.TARGET:.c=.h} ${.IMPSRC}
 
 .psw.h: ${PSWRAP}
        ${_MKTARGET_CREATE}
        rm -f ${.TARGET}
-       ${PSWRAP} -a -h ${.TARGET} ${.IMPSRC} >/dev/null
+       ${PSWRAP} -a -f ${.TARGET} -h ${.TARGET} ${.IMPSRC} >/dev/null



Home | Main Index | Thread Index | Old Index