diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2007-01-14 00:06:25 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2007-01-14 00:06:25 +0000 |
commit | 0e630e5c021e47ee51ca8d47d4f6b5ff7bed2a0b (patch) | |
tree | 3faa0babfda026ca9e9bcf9cf8c837fbb9fb64cd /GNUmakefile | |
parent | 6ad7970d26356ab5cb973ec5991e74363f197cd3 (diff) | |
download | netpbm-mirror-0e630e5c021e47ee51ca8d47d4f6b5ff7bed2a0b.tar.gz netpbm-mirror-0e630e5c021e47ee51ca8d47d4f6b5ff7bed2a0b.tar.xz netpbm-mirror-0e630e5c021e47ee51ca8d47d4f6b5ff7bed2a0b.zip |
fix typo in msg
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@204 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0f5c04fd..a65ac0d4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -174,7 +174,7 @@ package: build_complete package_build advise_installnetpbm build_complete: # The regular build creates this file as its last act, so if it doesn't exist, -# that means either the user skipping the build step, or the build failed. +# that means either the user skipped the build step, or the build failed. @echo "You must build Netpbm before you can package Netpbm. " @echo "The usual way to do this is to type 'make' with no arguments." @echo "If you did that, then the build apparently failed. There " |