diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:12:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 18:12:45 +0200 |
commit | 224199c2a01bb660242688aca506373e40b79775 (patch) | |
tree | b90c366b66df5084f491f023a4ee8992a1ce6585 /package/Makefile | |
parent | 160355e07ae13598b10bdf1962e8c8044042c2a7 (diff) |
optimize environment variables, reduce duplicate stuff
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 71fef58d1..c1c2cd241 100644 --- a/package/Makefile +++ b/package/Makefile @@ -55,7 +55,7 @@ endif %-compile: $(START_TRACE) "package/$(patsubst %-compile,%,$@)-compile: " - if test -f $(TOPDIR)/.rebuild.$(patsubst %-compile,%,$@); then \ + @if test -f $(TOPDIR)/.rebuild.$(patsubst %-compile,%,$@); then \ $(MAKE) -C $(patsubst %-compile,%,$@) clean ; \ rm $(TOPDIR)/.rebuild.$(patsubst %-compile,%,$@) ; \ fi |