diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c4200b833..d4bb0c02d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,6 +43,7 @@ OSXAPP = !!OSXAPP!! LIPO = !!LIPO!! REVISION = !!REVISION!! AWK = !!AWK!! +SORT = !!SORT!! DISTCC = !!DISTCC!! RES := $(shell if [ ! -f $(CONFIG_CACHE_PWD) ] || [ "`pwd`" != "`cat $(CONFIG_CACHE_PWD)`" ]; then echo "`pwd`" > $(CONFIG_CACHE_PWD); fi ) |