summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-09-18 22:20:01 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-09-18 22:20:06 (GMT)
commit1be528dde5ca59919f07d9dc704b9ac70bb501e5 (patch)
treefe9241bdbd3e0652d6cbcd98a9542d1a797ce9c9
parente66d6725dfce3ff98eee2fc9f3b42b6a037d8e5e (diff)
downloadmxe-1be528dde5ca59919f07d9dc704b9ac70bb501e5.zip
mxe-1be528dde5ca59919f07d9dc704b9ac70bb501e5.tar.gz
mxe-1be528dde5ca59919f07d9dc704b9ac70bb501e5.tar.bz2
fix spurious PKGS targets
Follow-up to d711e21f6aed7ad084b7a6bb790bf24bc676bb29 which mentioned gettext which accidentally was seen as a target for via PKGS by Makefile.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a16e2a3..2726904 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ PKG_DIR := $(PWD)/pkg
TMP_DIR = $(PWD)/tmp-$(1)
MAKEFILE := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
TOP_DIR := $(patsubst %/,%,$(dir $(MAKEFILE)))
-PKGS := $(shell $(SED) -n 's/^.* id="\([^"]*\)-package".*$$/\1/p' '$(TOP_DIR)/index.html')
+PKGS := $(shell $(SED) -n 's/^.* id="\([^"]*\)-package">.*$$/\1/p' '$(TOP_DIR)/index.html')
PATH := $(PREFIX)/bin:$(PATH)
CMAKE_TOOLCHAIN_FILE := $(PREFIX)/$(TARGET)/share/cmake/mxe-conf.cmake