fix spurious PKGS targets

Follow-up to d711e21f6a which
mentioned gettext which accidentally was seen as a target
for via PKGS by Makefile.
This commit is contained in:
Mark Brand 2012-09-19 00:20:01 +02:00
parent e66d6725df
commit 1be528dde5
1 changed files with 1 additions and 1 deletions

View File

@ -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