]> Dogcows Code - chaz/openbox/blobdiff - build/Makefile.render
fixes for build system. add themes to the install process. use the build/ dir for...
[chaz/openbox] / build / Makefile.render
index f575f6faf72f847a46e5e13ca57b0687b07404e2..de25d5e7a538a83cfc189b400b877cb42b7faa63 100644 (file)
@@ -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 $<
This page took 0.027474 seconds and 4 git commands to generate.