Skip to content

Commit bfda3e5

Browse files
authored
Merge pull request #448 from riscv-software-src/dhower-qc-patch-2
Update Rakefile
2 parents ce0dc0a + 63b87b8 commit bfda3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def cfg_arch_for(config_name)
3333
)
3434
end
3535

36-
file "#{$root}/.stamps/dev_gems" do |t|
36+
file "#{$root}/.stamps/dev_gems" => ["#{$root}/.stamps"] do |t|
3737
sh "bundle exec yard config --gem-install-yri"
3838
sh "bundle exec yard gem"
3939
FileUtils.touch t.name

0 commit comments

Comments
 (0)