Fix IPTV Makefile dependency

Every *.c file should depend on Makefile changes as it contians parameters for entire plugin build.
This commit is contained in:
Antti Seppälä 2015-01-02 14:29:44 +02:00
parent 54a990ffe8
commit 68d7183fa9
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ all: $(SOFILE) i18n
### Implicit rules:
%.o: %.c
%.o: %.c Makefile
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $<
### Dependencies: