]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: linking error (Thanks smartass)
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 11 Jul 2011 18:14:17 +0000 (20:14 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 11 Jul 2011 18:14:17 +0000 (20:14 +0200)
i3-config-wizard/Makefile

index 4471576653ba92b849d8e2ee9c1c383a1cd1f461..615e8787061392d91edc8832edb12c10622f6315 100644 (file)
@@ -14,7 +14,7 @@ HEADERS:=$(wildcard *.h)
 
 all: cfgparse.y.o cfgparse.yy.o ${FILES}
        echo "LINK i3-config-wizard"
-       $(CC) -o i3-config-wizard ${FILES} $(LDFLAGS)
+       $(CC) -o i3-config-wizard $^ $(LDFLAGS)
 
 cfgparse.yy.o: cfgparse.l cfgparse.y.o ${HEADERS}
        echo "LEX $<"