diff --git a/fs/common.mk b/fs/common.mk index d40f5ae0f..13bf4ad77 100644 --- a/fs/common.mk +++ b/fs/common.mk @@ -106,7 +106,7 @@ endif endef define ROOTFS_TARGET -$(call ROOTFS_TARGET_INTERNAL,$(1),$(call UPPERCASE,$(1))) + $(call ROOTFS_TARGET_INTERNAL,$(1),$(call UPPERCASE,$(1))) endef include $(sort $(wildcard fs/*/*.mk)) diff --git a/package/omniorb/omniorb.mk b/package/omniorb/omniorb.mk index 25d3b735f..82d68073f 100644 --- a/package/omniorb/omniorb.mk +++ b/package/omniorb/omniorb.mk @@ -37,7 +37,7 @@ HOST_OMNIORB_CONF_OPTS += --disable-longdouble # required. The tools however are host related and should never # be required on target. define OMNIORB_ENABLE_EXTRA_APPS -$(SED) 's:SUBDIRS += lib:SUBDIRS += lib appl services:g' $(@D)/src/dir.mk + $(SED) 's:SUBDIRS += lib:SUBDIRS += lib appl services:g' $(@D)/src/dir.mk endef ifeq ($(BR2_PACKAGE_OMNIORB_WITH_APPS),y)