diff options
author | camthesaxman <camthesaxman@users.noreply.github.com> | 2020-01-30 02:06:21 -0600 |
---|---|---|
committer | camthesaxman <camthesaxman@users.noreply.github.com> | 2020-01-30 02:06:21 -0600 |
commit | 4f87fae05b87cefd4f8fc0b2b18e639b0fad25fc (patch) | |
tree | c5f875abe6a0b39ead7b6b60b9139e1c0811129f /gcc_arm | |
parent | d8bdbc027f5ef265669feb49270c6c8c32c7cfe2 (diff) |
make clean is broken
Diffstat (limited to 'gcc_arm')
-rwxr-xr-x | gcc_arm/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc_arm/Makefile.in b/gcc_arm/Makefile.in index 51d7fdb..e180a12 100755 --- a/gcc_arm/Makefile.in +++ b/gcc_arm/Makefile.in @@ -763,7 +763,7 @@ cstamp-h: config.in config.status config.status: configure version.c @if [ ! -f config.status ] ; then \ echo You must configure gcc. Look at the INSTALL file for details.; \ - true; \ + false; \ else \ LANGUAGES="$(CONFIG_LANGUAGES)" $(SHELL) config.status --recheck; \ fi |