diff options
author | Louie S <louie@example.com> | 2023-02-24 17:23:02 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-02-24 17:23:02 -0800 |
commit | 54cc2ccd5aab9c453507a94320b51fe72befd587 (patch) | |
tree | 5dce7d2194855ab225fd82c06b8465ffc60f598e /configure | |
parent | f18e68fb6945291ff873002de431efde1b4f0c28 (diff) |
Rename icon/ to data/
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5789,7 +5789,7 @@ else fi -ac_config_files="$ac_config_files Makefile src/Makefile docs/Makefile icon/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile docs/Makefile data/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -6544,7 +6544,7 @@ do "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; - "icon/Makefile") CONFIG_FILES="$CONFIG_FILES icon/Makefile" ;; + "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac |