Fix deps
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -82,7 +82,7 @@ ifeq ($(UNAME_S),Linux) | |||||||
| 	$(CXX) -g -shared -Wl,-soname,$(SONAME) -o $(OUTDIR)/$(REALNAME) $(LDFLAGS) $(OBJS) $(LDLIBS) | 	$(CXX) -g -shared -Wl,-soname,$(SONAME) -o $(OUTDIR)/$(REALNAME) $(LDFLAGS) $(OBJS) $(LDLIBS) | ||||||
| endif | endif | ||||||
|  |  | ||||||
| -include $(addprefix $(BUILDDIR), $(DEPS)) | -include $(DEPS) | ||||||
|  |  | ||||||
| $(OUTDIR)/$(STATICLIB): $(OBJS) | $(OUTDIR)/$(STATICLIB): $(OBJS) | ||||||
| 	ar r $(OUTDIR)/$(STATICLIB) $(OBJS) | 	ar r $(OUTDIR)/$(STATICLIB) $(OBJS) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user