diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-18 12:11:33 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-06-18 12:11:33 -0700 |
commit | 281b8a202a16ad68241c12ae096a1e400f0c46b7 (patch) | |
tree | 4b531b53a82d91c53f4448abc1a303b5eeb0a33b /usrp2 | |
parent | f63d62d3d14eddfc3bdfb23ab20508c0812bfb7a (diff) | |
parent | 3d59d91fdca2fa5e177156ea2b54e28bc7e02cef (diff) | |
download | uhd-281b8a202a16ad68241c12ae096a1e400f0c46b7.tar.gz uhd-281b8a202a16ad68241c12ae096a1e400f0c46b7.tar.bz2 uhd-281b8a202a16ad68241c12ae096a1e400f0c46b7.zip |
Merge branch 'master' into ise12
* master:
proper dependency tracking for the makefile
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/top/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usrp2/top/Makefile.common b/usrp2/top/Makefile.common index d1c89fdfb..d0435fa1e 100644 --- a/usrp2/top/Makefile.common +++ b/usrp2/top/Makefile.common @@ -42,7 +42,8 @@ clean: ################################################## # Dependency Targets ################################################## -$(ISE_FILE): $(SOURCES) +.SECONDEXPANSION: +$(ISE_FILE): $$(SOURCES) $$(MAKEFILE_LIST) @echo $@ $(ISE_HELPER) "" |