diff options
author | Peter Korsgaard | 2009-01-26 20:42:47 +0100 |
---|---|---|
committer | Peter Korsgaard | 2009-01-26 20:42:47 +0100 |
commit | b30d673c06e0a2a76f872326e8e5886c417d5931 (patch) | |
tree | 1176cd8f705369ffe4769d6cc286ce39a82235cb /Makefile | |
parent | libcgicc: don't build demos (diff) | |
download | buildroot-b30d673c06e0a2a76f872326e8e5886c417d5931.tar.gz buildroot-b30d673c06e0a2a76f872326e8e5886c417d5931.tar.xz buildroot-b30d673c06e0a2a76f872326e8e5886c417d5931.zip |
Makefile: fix typo introduced in r25601
Diffstat (limited to 'Makefile')
-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 |