summaryrefslogtreecommitdiff
path: root/gcc_arm
diff options
context:
space:
mode:
authorcamthesaxman <camthesaxman@users.noreply.github.com>2020-01-30 02:06:21 -0600
committercamthesaxman <camthesaxman@users.noreply.github.com>2020-01-30 02:06:21 -0600
commit4f87fae05b87cefd4f8fc0b2b18e639b0fad25fc (patch)
treec5f875abe6a0b39ead7b6b60b9139e1c0811129f /gcc_arm
parentd8bdbc027f5ef265669feb49270c6c8c32c7cfe2 (diff)
make clean is broken
Diffstat (limited to 'gcc_arm')
-rwxr-xr-xgcc_arm/Makefile.in2
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