diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-06 17:09:46 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-06 17:09:46 -0700 |
commit | 7bf4370762087eeb2e590414869f53c90c70398d (patch) | |
tree | 584f76b838f9db588241e1b157b7ad95c178dc91 /fpga/usrp2/top | |
parent | 01e5f592d62e2193cc88081bd88765cae4708148 (diff) | |
parent | 19f825a068b9d07d65a4ce0b4e91c1b3ac4a3bdb (diff) | |
download | uhd-7bf4370762087eeb2e590414869f53c90c70398d.tar.gz uhd-7bf4370762087eeb2e590414869f53c90c70398d.tar.bz2 uhd-7bf4370762087eeb2e590414869f53c90c70398d.zip |
Merge branch 'uhd_fpga_merge'
Diffstat (limited to 'fpga/usrp2/top')
-rw-r--r-- | fpga/usrp2/top/Makefile.common | 3 |
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) "" |