summaryrefslogtreecommitdiff
path: root/build/Makefile.obcl
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-10 04:49:22 +0000
committerDana Jansens <danakj@orodu.net>2003-04-10 04:49:22 +0000
commitb3ed490e8f4c438535a2cf6be1600242e1031440 (patch)
tree09c15e435785d26d4d975ca169336f5d2c62059b /build/Makefile.obcl
parent09deadf727d3ad8e83a1716239adb642a64c9dd9 (diff)
use .los not .os
Diffstat (limited to 'build/Makefile.obcl')
-rw-r--r--build/Makefile.obcl2
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)/