diff options
Diffstat (limited to 'cflags.SH')
-rwxr-xr-x | cflags.SH | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ case "$0" in */*) cd `expr X$0 : 'X\(.*\)/'` ;; esac +if ! test -f config.h; then + . ./config_h.SH +fi + warn='' # Add -Wall for the core modules iff gcc and not already -Wall |