diff options
Diffstat (limited to 'build/Makefile.obcl')
| -rw-r--r-- | build/Makefile.obcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.obcl b/build/Makefile.obcl index 5e40384e..c972a776 100644 --- a/build/Makefile.obcl +++ b/build/Makefile.obcl @@ -25,7 +25,7 @@ $(dir)/%.lo: $(srcdir)/%.c $(depdir)/%.d $(depdir)/%.d: $(srcdir)/%.c @echo Building dependancies for $< @$(INSTALL) -d $(depdir) - @$(DEPCOMPILE) -w -MM -MF $@ -MQ $(<:.c=.o) $< + @$(DEPCOMPILE) -w -MM -MF $@ -MQ $(<:.c=.lo) $< install: $(INSTALL) -d $(DESTDIR)$(libdir)/ |
