Navigation Menu

Skip to content

Commit

Permalink
Remove a needless dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 22, 2018
1 parent cf504bd commit 0606eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/mruby/Makefile.am
Expand Up @@ -52,7 +52,7 @@ if HAVE_SYS_SYSMACROS_H
mruby-file-stat/src/config.h:
echo "#define HAVE_SYS_SYSMACROS_H 1" > "$(builddir)/$@"
else
mruby-file-stat/src/config.h: mruby_build.timestamp
mruby-file-stat/src/config.h:
touch "$(builddir)/$@"
endif
mruby-dir/src/dir.c: mruby_build.timestamp
Expand Down

0 comments on commit 0606eef

Please sign in to comment.