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.cwmcc | |
| parent | 09deadf727d3ad8e83a1716239adb642a64c9dd9 (diff) | |
use .los not .os
Diffstat (limited to 'build/Makefile.cwmcc')
| -rw-r--r-- | build/Makefile.cwmcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.cwmcc b/build/Makefile.cwmcc index 312d7fb3..8ee2e77d 100644 --- a/build/Makefile.cwmcc +++ b/build/Makefile.cwmcc @@ -26,7 +26,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)/ |
