commit 2be386cd27e1df6a69f37018a19ad7393f42d381 parent 48ce21528409941fee0ec328e80d595f4bd933d1 Author: sin <sin@2f30.org> Date: Sat, 7 Jun 2014 14:25:39 +0100 Fix typo Diffstat:
M | elinks/elinks.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elinks/elinks.mk b/elinks/elinks.mk @@ -37,7 +37,7 @@ elinks:QV: # NOTES: # - LD is set to "ld", not gcc, because Makefile.lib specifies: # ld -r -o ... - # - X_CFLAGS is set to blank, it's set to "/usr/include" which breaks buils + # - X_CFLAGS is set to blank, it's set to "/usr/include" which breaks builds # outside emul. make -j$nprocs \ V="1" CC="${CC} -static" \