aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rwxr-xr-xclear_header.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index dd85c95..3edf459 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -238,7 +238,7 @@ stmp-config-target-newlib: stmp-build-target-binutils \
$(TARGET_BINUTILS_EXPORTS) ; \
$(TARGET_MINIMAL_GCC_EXPORTS) ; \
$(call find-package-srcdir, ${NEWLIB_VERSION})/configure \
- $(NEWLIB_CONFIG_ARGS && \
+ $(NEWLIB_CONFIG_ARGS)) && \
$(STAMP) $@
stmp-build-target-newlib: stmp-config-target-newlib
$(MAKE) -C ${NEWLIB_VERSION} && $(STAMP) $@
diff --git a/clear_header.sh b/clear_header.sh
index 023eb25..d7b69b5 100755
--- a/clear_header.sh
+++ b/clear_header.sh
@@ -85,7 +85,7 @@ for one_header in ${installed_headers}; do
text="Y"
fi
if [[ "${text}" = "Y" || "${text}" = "y" ]]; then
- rm ${one_header}
+ rm -f ${one_header}
echo "... Removed!"
fi
fi