From 2012e8f6b5eeb4548935cce06d167cb0ca0ce128 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Wed, 3 Mar 2010 01:26:59 +0000 Subject: [PATCH] =?UTF-8?q?Makefile:=20added=20$(COPT)=20like=20in=20G?= =?UTF-8?q?=C3=BCrkan's=20diff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1374 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7872127..423dcc39 100644 --- a/Makefile +++ b/Makefile @@ -393,7 +393,7 @@ endif $(OBJDIR)/%.o : %.c $(if $(wildcard $(OBJDIR)),,$(MKDIR) $(OBJDIR)) - $(CC) $(COPT) -c $*.c -o $(OBJDIR)/$*.o + $(CC) $(COPT) $(CFLAGS) -c $*.c -o $(OBJDIR)/$*.o $(OBJDIR)/%.o : %.m $(if $(wildcard $(OBJDIR)),,$(MKDIR) $(OBJDIR))