X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2FMakefile.in;h=b9d3131cfff205d9671b0cb55b491d4b62ae4caf;hp=5e211c281715616912391a0198859245b177f594;hb=fb24ca09eab8f14b9be7ea60acf174aae46df43d;hpb=684ea7a15772d25d6eb430c5751295e52a2d8a66 diff --git a/progs/Makefile.in b/progs/Makefile.in index 5e211c28..b9d3131c 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.81 2009/03/14 18:45:55 tom Exp $ +# $Id: Makefile.in,v 1.82 2009/03/28 20:30:58 tom Exp $ ############################################################################## # Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. # # # @@ -176,7 +176,7 @@ transform.h : echo "#define __TRANSFORM_H 1" >>$@ echo "#include " >>$@ echo "extern bool same_program(const char *, const char *);" >>$@ - -test -n "$x" && echo "#define SUFFIX_IGNORED \"$x\"" >>$@ + -sh -c 'if test -n "$x" ; then echo "#define SUFFIX_IGNORED \"$x\"">>$@; fi' echo "#define PROG_CAPTOINFO \"$(define_captoinfo)\"" >>$@ echo "#define PROG_INFOTOCAP \"$(define_infotocap)\"" >>$@ echo "#define PROG_RESET \"$(define_reset)\"" >>$@