diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-04-16 18:06:35 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-04-16 18:06:35 +0300 |
commit | aaa3c227b85756dd5c338c2cd156935c12a4a013 (patch) | |
tree | a44c4cfbb90fa41caff0f9a706c2a8036410984c /Make.rules | |
parent | 97a71cc5c3c698e211c98212562d3d66ec63f3cd (diff) | |
download | apk-tools-aaa3c227b85756dd5c338c2cd156935c12a4a013.tar.gz apk-tools-aaa3c227b85756dd5c338c2cd156935c12a4a013.tar.bz2 apk-tools-aaa3c227b85756dd5c338c2cd156935c12a4a013.tar.xz apk-tools-aaa3c227b85756dd5c338c2cd156935c12a4a013.zip |
build: eliminate "Nothing to be done for `all'" message
Diffstat (limited to 'Make.rules')
-rw-r--r-- | Make.rules | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -238,7 +238,11 @@ endif %/: FORCE $(Q)$(MAKE) -f Make.rules build=$(build-dir) $(MAKECMDGOALS) -compile install:: $(targets) +compile: $(targets) + @: + +install:: $(targets) FORCE + @: clean: $(filter %/,$(targets)) ifeq ($(toplevelrun),yes) |