]> Dogcows Code - chaz/openbox/blobdiff - build/Makefile.render
more build system fixups
[chaz/openbox] / build / Makefile.render
index de25d5e7a538a83cfc189b400b877cb42b7faa63..a16edeef62923d8d298a35b75a9a2efddbdd0add 100644 (file)
@@ -17,7 +17,7 @@ depdir := $(depdir)/$(dir)
 all: $(target)
 
 $(target): $(objects)
-       $(LINK) -static -o $@ $^
+       $(LINK) -static -o $@ $^ $(LDFLAGS)
 
 $(dir)/%.o: $(srcdir)/%.c $(depdir)/%.d
        $(LTCOMPILE) -c -o $@ $<
This page took 0.020511 seconds and 4 git commands to generate.