Skip to content

Commit

Permalink
Force TOP as we know which directory we are in.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmarples committed Feb 5, 2021
1 parent 7b2fb27 commit e36d62c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hooks/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TOP?= ../
TOP= ../
include ${TOP}/iconfig.mk

PROG= dhcpcd-run-hooks
Expand Down
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion src/dev/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TOP?= ../../
TOP= ../../
include ${TOP}/Makefile.inc
include ${TOP}/config.mk

Expand Down
2 changes: 1 addition & 1 deletion tests/crypt/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TOP?= ../..
TOP= ../..
include ${TOP}/iconfig.mk

PROG= run-test
Expand Down
2 changes: 1 addition & 1 deletion tests/eloop-bench/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TOP?= ../..
TOP= ../..
include ${TOP}/iconfig.mk

PROG= eloop-bench
Expand Down

0 comments on commit e36d62c

Please sign in to comment.