From fbb61c843fdd7444adc33d2ac27dfcf02d73faf0 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 5 Jan 2015 12:15:33 +0100 Subject: config.mk: remove $INCS --- config.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.mk b/config.mk index 8e23acc..cb6ac0e 100644 --- a/config.mk +++ b/config.mk @@ -5,24 +5,20 @@ PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man # includes and libs -INCS = -I. LIBS = -lc # debug CFLAGS = -fstack-protector-all -O0 -g -std=c99 -Wall -Wextra -pedantic \ - ${INCS} \ -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE LDFLAGS = ${LIBS} # optimized #CFLAGS = -O2 -std=c99 \ -# ${INCS} \ # -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE #LDFLAGS = -s ${LIBS} # optimized static #CFLAGS = -static -O2 -std=c99 \ -# ${INCS} \ # -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE #LDFLAGS = -static -s ${LIBS} -- cgit v1.2.3