mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
improve use of fposval.h.def warning in Makefile
When `./fposval` fails to form `fposval.h` and the fallback file `fposval.h.def` is used, issue a suggestion for how to see the `./fposval` failure.
This commit is contained in:
1
Makefile
1
Makefile
@@ -1126,6 +1126,7 @@ fposval.h: fposval.c have_fgetsetpos.h have_fpos_pos.h have_offscl.h have_posscl
|
||||
else \
|
||||
echo 'WARNING!! ./fposval${EXT} failed, using fposval.h.def' 1>&2; \
|
||||
${CAT} fposval.h.def >> $@; \
|
||||
echo 'WARNING!! for more info try: rm -f $@ ; ${MAKE} $@ S= Q=' 1>&2; \
|
||||
fi
|
||||
${Q} echo '' >> $@
|
||||
${Q} echo '' >> $@
|
||||
|
Reference in New Issue
Block a user