diff options
author | Matt Ettus <matt@ettus.com> | 2010-08-19 13:08:04 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-08-19 13:08:04 -0700 |
commit | 50a2ccee65677ed855c1798185d963fde1607324 (patch) | |
tree | e9af5ebedabac2f911fd1a0a22376fda8a73a50c /usrp2/top/Makefile.common | |
parent | 02c2a3fd08b1ae1a306fa45d89b55dafeaffb508 (diff) | |
download | uhd-50a2ccee65677ed855c1798185d963fde1607324.tar.gz uhd-50a2ccee65677ed855c1798185d963fde1607324.tar.bz2 uhd-50a2ccee65677ed855c1798185d963fde1607324.zip |
catch up with tx_policy
Diffstat (limited to 'usrp2/top/Makefile.common')
-rw-r--r-- | usrp2/top/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/Makefile.common b/usrp2/top/Makefile.common index d0435fa1e..4da64ac28 100644 --- a/usrp2/top/Makefile.common +++ b/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 $@ |