diff options
-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 := |