Skip to content

Commit

Permalink
Add some missing dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Feb 25, 2011
1 parent 436a27a commit 8e042c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Expand Up @@ -74,13 +74,13 @@ loadlua.lua: $(LUA_RUNTIME) Makefile.am
edit = sed \
-e 's|@pkgdatadir[@]|$(pkgdatadir)|g'

zile: zile.lua Makefile
zile: zile.lua loadlua.lua Makefile
rm -f $@ $@.tmp
$(edit) '$(srcdir)/$@.lua' >$@.tmp
mv $@.tmp $@
chmod +x $@

zile.1: zile.1.in Makefile
zile.1: zile zile.1.in Makefile
rm -f $@ $@.tmp
$(edit) '$(srcdir)/$@.in' >$@.tmp
mv $@.tmp $@
Expand Down

0 comments on commit 8e042c7

Please sign in to comment.