1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:43:08 +02:00

dependency fix

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8253 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-07-30 23:08:59 +00:00
parent b6843d1a6f
commit 974d084f9d

View File

@ -21,6 +21,7 @@ $(STAGING_DIR)/include-host/.done:
@cp $(1)/include/*.h $$$$(dirname $$@)/ @cp $(1)/include/*.h $$$$(dirname $$@)/
@touch $$@ @touch $$@
$(curdir)//prepare = $(STAGING_DIR)/include-host/.done $(curdir)//prepare = $(STAGING_DIR)/include-host/.done
$(curdir)//compile = $(STAGING_DIR)/include-host/.done
endef endef
$(eval $(call copy_include,$(curdir))) $(eval $(call copy_include,$(curdir)))