1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Readd an explicit rule for Objective C files. Apparently only Apple's fork of

GNU Make has an implicit rule for Objective C.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23085 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-04-22 20:16:29 +00:00
parent 7cc6f7384b
commit a1639b42de

View File

@ -23,3 +23,6 @@ SRCS_COMMON-$(BITMAP_FONT) += font_load.c
SRCS_COMMON-$(FREETYPE) += font_load_ft.c
include ../mpcommon.mak
%.o: %.m
$(CC) $(CFLAGS) -c -o $@ $<