summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 28104b2e..4849a77a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -8,8 +8,8 @@ SRCS+= dhcp-common.c script.c
CFLAGS?= -O2
SUBDIRS+= ${MKDIRS}
-TOP?= ..
-include ${TOP}/iconfig.mk
+TOP= ..
+include ${TOP}/iconfig.mk
CSTD?= c99
CFLAGS+= -std=${CSTD}