mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
This commit is contained in:
@@ -40,8 +40,8 @@ $(LIBGPG_ERROR_DIR)/.configured: $(LIBGPG_ERROR_DIR)/.source
|
||||
--includedir=/include \
|
||||
--mandir=/usr/man \
|
||||
--infodir=/usr/info \
|
||||
);
|
||||
touch $(LIBGPG_ERROR_DIR)/.configured;
|
||||
)
|
||||
touch $(LIBGPG_ERROR_DIR)/.configured
|
||||
|
||||
$(LIBGPG_ERROR_DIR)/$(LIBGPG_ERROR_LIBRARY): $(LIBGPG_ERROR_DIR)/.configured
|
||||
$(MAKE) CC=$(TARGET_CC) -C $(LIBGPG_ERROR_DIR)
|
||||
|
||||
Reference in New Issue
Block a user