diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-02-29 19:03:53 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-02-29 19:03:53 +0900 |
commit | d8d9bd8816d92dcf893f9e78cfc2f462a60406a8 (patch) | |
tree | a4887fd8324fc0832cd30b12a9c53c62b8f4f8e5 /data | |
parent | 19e991a7aa0eca5853a82f935a40e6299dd18084 (diff) |
trivial fix to adjust the alignment
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index f1b6802..046b768 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -47,7 +47,7 @@ stamp_files = \ # AM_V_DL = $(am__v_DL_$(V)) am__v_DL_ = $(am__v_DL_$(AM_DEFAULT_VERBOSITY)) -am__v_DL_0 = @echo " DL " $@; +am__v_DL_0 = @echo " DL " $@; ## # Local Rules |