diff options
author | John Hodge <tpg@mutabah.net> | 2017-08-24 12:16:27 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2017-08-24 12:16:27 +0800 |
commit | a906d0b00e2af9faa6b628dc0006398e98808aae (patch) | |
tree | ad9c2cf587f27a6385f4df9392f606b493d8987e | |
parent | 4bdd77ac5497d49b72231fb1168317e1cdf61ed4 (diff) | |
download | mrust-a906d0b00e2af9faa6b628dc0006398e98808aae.tar.gz |
minicargo Makefile - Fix depfiles
-rw-r--r-- | tools/minicargo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/minicargo/Makefile b/tools/minicargo/Makefile index c560758d..4b95320f 100644 --- a/tools/minicargo/Makefile +++ b/tools/minicargo/Makefile @@ -34,5 +34,5 @@ $(OBJDIR)%.o: %.cpp @echo [CXX] $< $V$(CXX) -o $@ -c $< $(CXXFLAGS) -MMD -MP -MF $@.dep --include $(OBJS:%.o=%.dep) +-include $(OBJS:%.o=%.o.dep) |