mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 04:36:33 +00:00
Slight cleanup, now that the locale option is handled in the main Makefile.
This commit is contained in:
parent
98dd5fd7a8
commit
28f3840eb8
@ -405,10 +405,6 @@ $(GCC_BUILD_DIR3)/.configured: $(GCC_BUILD_DIR3)/.gcc3_3_build_hacks
|
|||||||
$(EXTRA_GCC_CONFIG_OPTIONS) \
|
$(EXTRA_GCC_CONFIG_OPTIONS) \
|
||||||
);
|
);
|
||||||
touch $(GCC_BUILD_DIR3)/.configured
|
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
|
$(GCC_BUILD_DIR3)/.compiled: $(GCC_BUILD_DIR3)/.configured
|
||||||
$(MAKE) $(JLEVEL) $(TARGET_GCC_ARGS) -C $(GCC_BUILD_DIR3)
|
$(MAKE) $(JLEVEL) $(TARGET_GCC_ARGS) -C $(GCC_BUILD_DIR3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user