Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / Makefile.in
index 2aeed4a358b62d94907ad7d101b73f162fe0b8b7..0edee0dcda0fc516c9a27cda18ab2cacf0477d4b 100644 (file)
@@ -251,7 +251,7 @@ version.c: version.c.SH s_serv.c s_user.c channel.c s_bsd.c s_misc.c ircd.c \
 ircd_string.o: ircd_string.c chattr.tab.c
 
 table_gen: table_gen.o
-       ${CC} -o $@ table_gen.o
+       ${CC} ${LDFLAGS} -o $@ table_gen.o
 
 chattr.tab.c: table_gen
        ./table_gen > chattr.tab.c