changeset 2762:569378fc34be

fix spurious PKGS targets Follow-up to d711e21f6aed7ad084b7a6bb790bf24bc676bb29 which mentioned gettext which accidentally was seen as a target for via PKGS by Makefile.
author Mark Brand <mabrand@mabrand.nl>
date Wed, 19 Sep 2012 00:20:01 +0200
parents 77ac72bf095c
children 8d92d3ccb2e5
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Sep 18 23:44:16 2012 +0200
+++ b/Makefile	Wed Sep 19 00:20:01 2012 +0200
@@ -31,7 +31,7 @@
 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