Fix indentation in Makefile.am

This commit is contained in:
Adam Spiers 2011-11-18 15:09:39 +00:00
parent fbe547c132
commit 1365c4c4f1

View file

@ -30,8 +30,8 @@ clean-local:
# this is more explicit and reliable than the config file trick # this is more explicit and reliable than the config file trick
edit = sed -e 's|[@]PERL[@]|$(PERL)|g' \ edit = sed -e 's|[@]PERL[@]|$(PERL)|g' \
-e 's|[@]PACKAGE[@]|$(PACKAGE)|g' \ -e 's|[@]PACKAGE[@]|$(PACKAGE)|g' \
-e 's|[@]VERSION[@]|$(VERSION)|g' -e 's|[@]VERSION[@]|$(VERSION)|g'
stow: stow.in Makefile stow: stow.in Makefile
$(edit) < $< > $@ $(edit) < $< > $@