Am 30.09.2010 01:17, schrieb Guenter Knauf:
a touch would probably do ... - if not I will face same for NetWare ...
just checked, and beside some new prototype warnings:
Compiling ssl_expr_scan.c
### mwccnlm Compiler:
# File: ssl_expr_scan.c
# ------------------------
# 2066: {
# Warning: ^
# function has no prototype
### mwccnlm Compiler:
# 2142: {
# Warning: ^
# function has no prototype
it compiles fine for NetWare. We have this in our NWGNUmakefile:
# Make sure that the build doesn't attempt to regenerate the shipping files.
# This requires a 'touch' utility. Can be downloaded from 'coreutils' at
# http://sourceforge.net/projects/gnuwin32/
ssl_expr_parse.h : ssl_expr_parse.y
touch ssl_expr_parse.h
ssl_expr_parse.c : ssl_expr_parse.y
touch ssl_expr_parse.c
ssl_expr_scan.c : ssl_expr_scan.l
touch ssl_expr_scan.c
Gün.