Remove target for font.cpp.dep

This was causing build failures
This commit is contained in:
Ilari Liusvaara 2015-01-17 09:26:12 +02:00
parent d09d301849
commit 94732b0bc4

View file

@ -11,7 +11,7 @@ __all__.files: $(OBJECTS)
%.$(OBJECT_SUFFIX): %.cpp %.cpp.dep %.$(OBJECT_SUFFIX): %.cpp %.cpp.dep
$(REALCC) $(CFLAGS) -c -o $@ $< -I../../include -Wall $(REALCC) $(CFLAGS) -c -o $@ $< -I../../include -Wall
font.cpp font.cpp.dep: $(FONT_SRC) font.cpp: $(FONT_SRC)
echo "extern const char* font_hex_data;" >font.cpp echo "extern const char* font_hex_data;" >font.cpp
echo "const char* font_hex_data = " >>font.cpp echo "const char* font_hex_data = " >>font.cpp
sed -E -f fonttransform.sed <$^ >>font.cpp sed -E -f fonttransform.sed <$^ >>font.cpp