We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7ce35 commit 15b1355Copy full SHA for 15b1355
Makefile.am
@@ -373,7 +373,7 @@ include/gromox/paths.h: include/gromox/paths.h.in ${top_builddir}/config.status
373
-e 's|#define LOCALSTATEDIR .*|#define LOCALSTATEDIR "${localstatedir}"|' \
374
-e 's|#define PKGDATADIR .*|#define PKGDATADIR "${pkgdatadir}"|' \
375
<${srcdir}/include/gromox/paths.h.in >"$@.tmp"
376
- ${AM_V_at}if ! cmp "$@" "$@.tmp" 2>/dev/null; then mv "$@.tmp" "$@"; fi; rm -f "$@.tmp"
+ ${AM_V_at}if ! cmp "$@" "$@.tmp" >/dev/null 2>/dev/null; then mv "$@.tmp" "$@"; fi; rm -f "$@.tmp"
377
378
include/mapierr.cpp: include/gromox/mapierr.hpp tools/defs2php.sh tools/defs2php.pl
379
${AM_V_GEN}${MKDIR_P} include/gromox
0 commit comments