head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2011.09.05.06.51.15;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Fix build error with clang.
@
text
@--- Makefile.orig	2011-09-05 14:44:30.000000000 +0800
+++ Makefile	2011-09-05 14:44:38.000000000 +0800
@@@@ -28,9 +28,9 @@@@
 all: muni m7773
 
 muni:	muni.o
-	cc -o muni muni.o
+	$(CC) -o muni muni.o
 	strip muni
 
 m7773:	m7773.o
-	cc -o m7773 m7773.o
+	$(CC) -o m7773 m7773.o
 	strip m7773
@
