Fix indentation in Makefile.am
This commit is contained in:
parent
fbe547c132
commit
1365c4c4f1
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ clean-local:
|
|||
|
||||
# this is more explicit and reliable than the config file trick
|
||||
edit = sed -e 's|[@]PERL[@]|$(PERL)|g' \
|
||||
-e 's|[@]PACKAGE[@]|$(PACKAGE)|g' \
|
||||
-e 's|[@]VERSION[@]|$(VERSION)|g'
|
||||
-e 's|[@]PACKAGE[@]|$(PACKAGE)|g' \
|
||||
-e 's|[@]VERSION[@]|$(VERSION)|g'
|
||||
|
||||
stow: stow.in Makefile
|
||||
$(edit) < $< > $@
|
||||
|
|
Loading…
Reference in a new issue