]> git.sur5r.net Git - i3/i3status/commitdiff
Fix linking (Thanks Atsutane)
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 1 Oct 2009 20:13:30 +0000 (22:13 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 1 Oct 2009 20:13:30 +0000 (22:13 +0200)
Makefile

index fda843827641c7c6103d4978b83098cf0779a296..bcbb73d30f8e2213684447c70ef81956a934351a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ src/%.o: src/%.c
        @echo " CC $<"
 
 i3status: src/general.o src/config.o src/get_load.o src/output.o src/get_cpu_temperature.o src/process_runs.o src/get_eth_info.o src/get_ip_addr.o src/get_wireless_info.o src/get_battery_info.o src/get_ipv6_addr.o i3status.o
-       @$(CC) $(LDFLAGS) -o $@ src/*.o *.o
+       @$(CC) -o $@ src/*.o *.o $(LDFLAGS)
        @echo " LD $@"
 
 clean: