File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -259,13 +259,13 @@ $(TARGET): $(OBJECTS)
259
259
% .o : % .mm
260
260
$(CC ) -c -o $@ $< $(CPPFLAGS ) $(EXTRA_CPPFLAGS ) $(CFLAGS )
261
261
262
- % .dep : % .c
262
+ % .dep : third_party/luajit/src/luajit.h % .c
263
263
$(CC ) $(CPPFLAGS ) $(EXTRA_CPPFLAGS ) $(CFLAGS ) -M -MT $(addsuffix .o, $(basename $@ ) ) -MF $@ $<
264
264
265
- % .dep : % .cc
265
+ % .dep : third_party/luajit/src/luajit.h % .cc
266
266
$(CXX ) $(CPPFLAGS ) $(EXTRA_CPPFLAGS ) $(CXXFLAGS ) -M -MT $(addsuffix .o, $(basename $@ ) ) -MF $@ $<
267
267
268
- % .dep : % .cpp
268
+ % .dep : third_party/luajit/src/luajit.h % .cpp
269
269
$(CXX ) $(CPPFLAGS ) $(EXTRA_CPPFLAGS ) $(CXXFLAGS ) -M -MT $(addsuffix .o, $(basename $@ ) ) -MF $@ $<
270
270
271
271
clean :
@@ -329,3 +329,7 @@ endif
329
329
endif
330
330
endif
331
331
endif
332
+
333
+ third_party/luajit/src/lua.hpp : third_party/luajit/src/luajit.h
334
+
335
+ third_party/luajit/src/luajit.h : third_party/luajit/src/libluajit.a
You can’t perform that action at this time.
0 commit comments