- don't flag .configured if something went wrong

This commit is contained in:
Bernhard Reutner-Fischer 2006-01-28 17:21:36 +00:00
parent ebd6e5467c
commit 617398b899

View File

@ -117,7 +117,7 @@ endif
DEVEL_PREFIX=/usr/ \
RUNTIME_PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
HOSTCC="$(HOSTCC)" \
pregen install_dev;
pregen install_dev && \
touch $(UCLIBC_DIR)/.configured
$(UCLIBC_DIR)/lib/libc.a: $(UCLIBC_DIR)/.configured $(LIBFLOAT_TARGET)