Commit 01d67611 authored by Christophe Massiot's avatar Christophe Massiot

* Fixed Makefile for normal people :p

parent 9ab4320a
......@@ -632,9 +632,9 @@ $(PLUGIN_BEOS): %.o: .dep/%.dpp
$(PLUGIN_BEOS): %.o: %.cpp
$(CC) $(CFLAGS) $(PCFLAGS) -c -o $@ $<
$(PLUGIN_IDCTALTIVEC): %.o: Makefile.dep
$(PLUGIN_IDCTALTIVEC): %.o: .dep/%.d
$(PLUGIN_IDCTALTIVEC): %.o: %.c
plugins/idct/idctaltivec.o: %.o: Makefile.dep
plugins/idct/idctaltivec.o: %.o: .dep/%.d
plugins/idct/idctaltivec.o: %.o: %.c
$(CC) $(CFLAGS) $(PCFLAGS) -c -o $@ $< -faltivec
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment