2006-06-27 03:35:46 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2006-06-21 17:02:29 +03:00
|
|
|
|
2006-11-12 01:11:02 +02:00
|
|
|
include $(TMP_DIR)/.target.mk
|
2006-06-21 17:02:29 +03:00
|
|
|
|
2007-01-10 23:52:28 +02:00
|
|
|
ifeq ($(IB),1)
|
|
|
|
$(TMP_DIR)/.target.mk: $(TOPDIR)/.target.mk
|
|
|
|
$(CP) $< $@
|
|
|
|
else
|
2006-12-18 20:28:38 +02:00
|
|
|
$(TMP_DIR)/.target.mk: $(TMP_DIR)/.targetinfo
|
2007-01-13 16:05:14 +02:00
|
|
|
$(SCRIPT_DIR)/metadata.pl target_mk < $(TMP_DIR)/.targetinfo > $@
|
2007-01-10 23:52:28 +02:00
|
|
|
endif
|
2006-06-21 17:02:29 +03:00
|
|
|
|