X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2Fpic%2Fconfigure;h=ec95ff6675eb1980792d0a8d4a231f212e5a6851;hb=c42e9051755428d14eb620abc9eda86d43479a1a;hp=483cd92e4ef7a1a2ba16a5f7f1df81c726286ec4;hpb=5979bbd157a5f3cd8018aed666e4dd41a3e08edf;p=fw%2Fsdcc diff --git a/device/lib/pic/configure b/device/lib/pic/configure index 483cd92e..ec95ff66 100755 --- a/device/lib/pic/configure +++ b/device/lib/pic/configure @@ -1633,7 +1633,8 @@ fi # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. - ac_config_files="$ac_config_files Makefile.common libdev/Makefile" + + ac_config_files="$ac_config_files Makefile Makefile.common libdev/Makefile libsdcc/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -2185,8 +2186,10 @@ for ac_config_target in $ac_config_targets do case "$ac_config_target" in # Handling of arguments. + "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "Makefile.common" ) CONFIG_FILES="$CONFIG_FILES Makefile.common" ;; "libdev/Makefile" ) CONFIG_FILES="$CONFIG_FILES libdev/Makefile" ;; + "libsdcc/Makefile" ) CONFIG_FILES="$CONFIG_FILES libsdcc/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };;