Slight cleanup, now that the locale option is handled in the main Makefile.

This commit is contained in:
Manuel Novoa III 2003-11-11 06:54:15 +00:00
parent 98dd5fd7a8
commit 28f3840eb8
1 changed files with 0 additions and 4 deletions

View File

@ -405,10 +405,6 @@ $(GCC_BUILD_DIR3)/.configured: $(GCC_BUILD_DIR3)/.gcc3_3_build_hacks
$(EXTRA_GCC_CONFIG_OPTIONS) \
);
touch $(GCC_BUILD_DIR3)/.configured
#Fixme -- for locale handling?
#ifeq ($(ENABLE_LOCALE),true)
# --enable-clocale=gnu \
#endif
$(GCC_BUILD_DIR3)/.compiled: $(GCC_BUILD_DIR3)/.configured
$(MAKE) $(JLEVEL) $(TARGET_GCC_ARGS) -C $(GCC_BUILD_DIR3)