diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-09 21:52:21 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-09 21:52:21 +0400 |
commit | 46722bc7356ba66a6d58df6163f560832565fffd (patch) | |
tree | 3f99eaf06c372636eeff8bdcd3732d1bc82e5fcf | |
parent | 91ffb1070ce375e510e970cf17f7794907f0cc1a (diff) | |
download | cibs-46722bc7356ba66a6d58df6163f560832565fffd.tar.gz |
Typo
-rw-r--r-- | rules/32.mk | 2 | ||||
-rw-r--r-- | rules/64.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rules/32.mk b/rules/32.mk index a504c24..083590d 100644 --- a/rules/32.mk +++ b/rules/32.mk @@ -29,7 +29,7 @@ $(eval $(call add-variant,32)) %-32-stamp: bits = 32 -# build32 = \#, not it is emtpy and lines like +# build32 = \#, now it is emtpy and lines like # $(build32) file path=... # in manifests are included build32 := diff --git a/rules/64.mk b/rules/64.mk index 5056969..064bf79 100644 --- a/rules/64.mk +++ b/rules/64.mk @@ -29,7 +29,7 @@ $(eval $(call add-variant,64)) %-64-stamp: bits = 64 -# build64 = \#, not it is emtpy and lines like +# build64 = \#, now it is emtpy and lines like # $(build64) file path=... # in manifests are included build64 := |