diff options
author | Bryan Ischo <bji@lolita.(none)> | 2009-03-03 12:16:11 +1300 |
---|---|---|
committer | Bryan Ischo <bji@lolita.(none)> | 2009-03-03 12:16:11 +1300 |
commit | 0c07f31673b4f5c2eb08927a13b395260b36632e (patch) | |
tree | 82d1ffb2874a039345ec0a4aa26bce174595e737 | |
parent | faa7e819cf3a389f8d991486a366258e1aae84d4 (diff) | |
download | ceph-libs3-0c07f31673b4f5c2eb08927a13b395260b36632e.tar.gz |
* Fixed file name comments
-rw-r--r-- | GNUmakefile.mingw | 2 | ||||
-rw-r--r-- | GNUmakefile.osx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile.mingw b/GNUmakefile.mingw index cb9cf22..7874e98 100644 --- a/GNUmakefile.mingw +++ b/GNUmakefile.mingw @@ -1,4 +1,4 @@ -# GNUmakefile +# GNUmakefile.mingw # # Copyright 2008 Bryan Ischo <bryan@ischo.com> # diff --git a/GNUmakefile.osx b/GNUmakefile.osx index 6842b74..dd8ac2c 100644 --- a/GNUmakefile.osx +++ b/GNUmakefile.osx @@ -1,4 +1,4 @@ -# GNUmakefile +# GNUmakefile.osx # # Copyright 2008 Bryan Ischo <bryan@ischo.com> # |