summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2006-03-08 18:39:05 +0100
committerSam Ravnborg <sam@mars.ravnborg.org>2006-03-08 18:39:05 +0100
commit0131705d589e2341dbc5e8946a60f83d8c1773dc (patch)
treec6683e48cfed5e71a082980d7d816b4034595ee9 /Makefile
parentf7b05e64bdb2fcc4b2dc94a4bd9426adc70c9599 (diff)
downloadlinux-3.10-0131705d589e2341dbc5e8946a60f83d8c1773dc.tar.gz
linux-3.10-0131705d589e2341dbc5e8946a60f83d8c1773dc.tar.bz2
linux-3.10-0131705d589e2341dbc5e8946a60f83d8c1773dc.zip
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 a59c1e2d0c2..eca667b4098 100644
--- a/Makefile
+++ b/Makefile
@@ -1000,8 +1000,6 @@ distclean: mrproper
# rpm target kept for backward compatibility
package-dir := $(srctree)/scripts/package
-PHONY += %-pkg rpm
-
%pkg: FORCE
$(Q)$(MAKE) -f $(package-dir)/Makefile $@
rpm: FORCE