diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-09 18:28:19 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-09 18:28:19 -0700 |
commit | b99c2c0417a453b1d9ed3c9d77989ce32db4fd88 (patch) | |
tree | 46107ba5d2d26308304a76f807a049e19b1106cb /fpga/usrp2/top/Makefile.common | |
parent | 8a2020ce5bef4f1d8546bc9a74e1ee5b2ac62a4a (diff) | |
parent | 927e3a99a327e1978b21fb87dc29041e9d654409 (diff) | |
download | uhd-b99c2c0417a453b1d9ed3c9d77989ce32db4fd88.tar.gz uhd-b99c2c0417a453b1d9ed3c9d77989ce32db4fd88.tar.bz2 uhd-b99c2c0417a453b1d9ed3c9d77989ce32db4fd88.zip |
Merge branch 'uhd_fpga_features'
Diffstat (limited to 'fpga/usrp2/top/Makefile.common')
-rw-r--r-- | fpga/usrp2/top/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp2/top/Makefile.common b/fpga/usrp2/top/Makefile.common index d0435fa1e..4da64ac28 100644 --- a/fpga/usrp2/top/Makefile.common +++ b/fpga/usrp2/top/Makefile.common @@ -47,7 +47,7 @@ $(ISE_FILE): $$(SOURCES) $$(MAKEFILE_LIST) @echo $@ $(ISE_HELPER) "" -$(BIN_FILE): $(ISE_FILE) +$(BIN_FILE): $(ISE_FILE) $$(SOURCES) $$(MAKEFILE_LIST) @echo $@ $(ISE_HELPER) "Generate Programming File" touch $@ |