diff options
| author | Roy Marples <roy@marples.name> | 2019-02-11 18:02:15 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-02-11 18:02:15 +0000 |
| commit | a9c0bec433968247a83b528c31c5b4dc9f309e1e (patch) | |
| tree | e9e8fc113fbb4d89c65da09d43638abe6fb9ceae /iconfig.mk | |
| parent | 2e1657edffd718ba3b7882c998e54c0777857d50 (diff) | |
| download | dhcpcd-a9c0bec433968247a83b528c31c5b4dc9f309e1e.tar.xz | |
make: support gmake-3 again.
Diffstat (limited to 'iconfig.mk')
| -rw-r--r-- | iconfig.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ # Nasty hack so that make clean works without configure being run -# Requires gmake4 TOP?= . _CONFIG_MK!= test -e ${TOP}/config.mk && \ echo config.mk || echo config-null.mk +_CONFIG_MK?= $(shell test -e ${TOP}/config.mk && \ + echo config.mk || echo config-null.mk) CONFIG_MK?= ${_CONFIG_MK} include ${TOP}/${CONFIG_MK} |
