diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-10 04:49:22 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-10 04:49:22 +0000 |
| commit | b3ed490e8f4c438535a2cf6be1600242e1031440 (patch) | |
| tree | 09c15e435785d26d4d975ca169336f5d2c62059b /build/Makefile.obcl | |
| parent | 09deadf727d3ad8e83a1716239adb642a64c9dd9 (diff) | |
use .los not .os
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)/ |
