aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2006-03-08 12:39:05 -0500
committerSam Ravnborg <sam@mars.ravnborg.org>2006-03-08 12:39:05 -0500
commit0131705d589e2341dbc5e8946a60f83d8c1773dc (patch)
treec6683e48cfed5e71a082980d7d816b4034595ee9 /Makefile
parentf7b05e64bdb2fcc4b2dc94a4bd9426adc70c9599 (diff)
kbuild: replace PHONY with FORCE
.PHONY: does not take patterns so use FORCE to achive same effect. Thanks to "Paul D. Smith" <psmith@gnu.org> for noticing this. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a59c1e2d0c2e..eca667b4098e 100644
--- a/Makefile
+++ b/Makefile
@@ -1000,8 +1000,6 @@ distclean: mrproper
1000# rpm target kept for backward compatibility 1000# rpm target kept for backward compatibility
1001package-dir := $(srctree)/scripts/package 1001package-dir := $(srctree)/scripts/package
1002 1002
1003PHONY += %-pkg rpm
1004
1005%pkg: FORCE 1003%pkg: FORCE
1006 $(Q)$(MAKE) -f $(package-dir)/Makefile $@ 1004 $(Q)$(MAKE) -f $(package-dir)/Makefile $@
1007rpm: FORCE 1005rpm: FORCE