parent
573896f639
commit
62a0966666
2 changed files with 2 additions and 2 deletions
|
@ -32,4 +32,4 @@ include/serno.h:
|
|||
@[ -f include/serno.h ] || echo '#define SERNO "unknown"' >include/serno.h
|
||||
|
||||
install-data-hook:
|
||||
test -d ${logdir} || mkdir -p ${logdir}
|
||||
test -d ${DESTDIR}${logdir} || mkdir -p ${DESTDIR}${logdir}
|
||||
|
|
|
@ -901,7 +901,7 @@ include/serno.h:
|
|||
@[ -f include/serno.h ] || echo '#define SERNO "unknown"' >include/serno.h
|
||||
|
||||
install-data-hook:
|
||||
test -d ${logdir} || mkdir -p ${logdir}
|
||||
test -d ${DESTDIR}${logdir} || mkdir -p ${DESTDIR}${logdir}
|
||||
|
||||
# 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.
|
||||
|
|
Loading…
Reference in a new issue