summaryrefslogtreecommitdiff
path: root/build/Makefile.render
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-06 09:56:57 +0000
committerDana Jansens <danakj@orodu.net>2003-04-06 09:56:57 +0000
commit5d665673a29be21fe4ecad870d0a2d4f5c2f308d (patch)
tree0e06dc5e81708d0024a149d54a739977cfb68213 /build/Makefile.render
parentee2368044dd077207962f71194158265c74fe74e (diff)
fixes for build system. add themes to the install process. use the build/ dir for configures trash dump
Diffstat (limited to 'build/Makefile.render')
-rw-r--r--build/Makefile.render4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/Makefile.render b/build/Makefile.render
index f575f6fa..de25d5e7 100644
--- a/build/Makefile.render
+++ b/build/Makefile.render
@@ -17,10 +17,10 @@ depdir := $(depdir)/$(dir)
all: $(target)
$(target): $(objects)
- $(AR) r $@ $^
+ $(LINK) -static -o $@ $^
$(dir)/%.o: $(srcdir)/%.c $(depdir)/%.d
- $(COMPILE) -c -o $@ $<
+ $(LTCOMPILE) -c -o $@ $<
$(depdir)/%.d: $(srcdir)/%.c
@echo Building dependancies for $<