1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:08:54 +03:00

force build of packages when using quilt

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7539 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-06-08 19:01:55 +00:00
parent 1cd6841cda
commit 8ae42e7a4b

View File

@ -32,7 +32,7 @@ ifneq ($(QUILT),)
@echo
touch $(PKG_BUILD_DIR)/.quilt_used
endef
$(STAMP_CONFIGURED): $(STAMP_PATCHED)
$(STAMP_CONFIGURED): $(STAMP_PATCHED) FORCE
prepare: $(STAMP_PATCHED)
quilt-check: $(STAMP_PATCHED)
else