aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-06-24 11:33:45 -0700
committerJosh Blum <josh@joshknows.com>2010-06-24 11:33:45 -0700
commit8d2dc6300690f0bf6b104f39bd50b174b2e1785b (patch)
treeb975a47226f1288ede8bda52e67aff82638ef770
parentedcc2df10ba59ed91ac9513c2dc1d36e155caaec (diff)
parent3d59d91fdca2fa5e177156ea2b54e28bc7e02cef (diff)
downloaduhd-8d2dc6300690f0bf6b104f39bd50b174b2e1785b.tar.gz
uhd-8d2dc6300690f0bf6b104f39bd50b174b2e1785b.tar.bz2
uhd-8d2dc6300690f0bf6b104f39bd50b174b2e1785b.zip
Merge branch 'master' of ettus.sourcerepo.com:ettus/fpga into uhd_fpga_merge
-rw-r--r--fpga/usrp2/top/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/fpga/usrp2/top/Makefile.common b/fpga/usrp2/top/Makefile.common
index d1c89fdfb..d0435fa1e 100644
--- a/fpga/usrp2/top/Makefile.common
+++ b/fpga/usrp2/top/Makefile.common
@@ -42,7 +42,8 @@ clean:
##################################################
# Dependency Targets
##################################################
-$(ISE_FILE): $(SOURCES)
+.SECONDEXPANSION:
+$(ISE_FILE): $$(SOURCES) $$(MAKEFILE_LIST)
@echo $@
$(ISE_HELPER) ""