diff options
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) "" | 
