diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-26 19:42:47 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-26 19:42:47 +0000 |
commit | b30d673c06e0a2a76f872326e8e5886c417d5931 (patch) | |
tree | 1176cd8f705369ffe4769d6cc286ce39a82235cb | |
parent | 33cabc1cb692c3326d96641957021a01ab8aca73 (diff) | |
download | buildroot-novena-b30d673c06e0a2a76f872326e8e5886c417d5931.tar.gz buildroot-novena-b30d673c06e0a2a76f872326e8e5886c417d5931.zip |
Makefile: fix typo introduced in r25601
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. -#pathe +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |