summaryrefslogtreecommitdiffstats
path: root/programs
diff options
context:
space:
mode:
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2014-01-08 18:50:11 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2014-01-08 18:50:11 (GMT)
commit96a60a52eb3e7d7a4785ad1dfc4e0abe3d0e10a1 (patch)
treeefb8c004a75bcf4e2dc234243db771f8f5a9385a /programs
parent648678788c751c0d89737dbb8b3144fa9d2c1592 (diff)
downloadlz4-96a60a52eb3e7d7a4785ad1dfc4e0abe3d0e10a1.zip
lz4-96a60a52eb3e7d7a4785ad1dfc4e0abe3d0e10a1.tar.gz
lz4-96a60a52eb3e7d7a4785ad1dfc4e0abe3d0e10a1.tar.bz2
quickfix (issue 107 & issue 103)
git-svn-id: https://lz4.googlecode.com/svn/trunk@112 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Diffstat (limited to 'programs')
-rw-r--r--programs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/Makefile b/programs/Makefile
index 2bc2902..5f86d3c 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -30,11 +30,11 @@
# fullbench32: Same as fullbench, but forced to compile in 32-bits mode
# ################################################################
-RELEASE=r111
+RELEASE=r112
DESTDIR=
PREFIX=/usr
CC=gcc
-CFLAGS+= -I. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\"
+CFLAGS+= -I.. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\"
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/share/man/man1