aboutsummaryrefslogtreecommitdiff
path: root/xsde/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-22 16:37:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-22 16:37:01 +0200
commitadd0575628733ae1f1f373170be48bc31f6cce98 (patch)
treeaa878149085aa61e5df8cef61f19809e8774fc59 /xsde/makefile
parentf766a091129d76a71dc66421425eb04cf5178661 (diff)
Get rid of unnecessary .PHONY declarations
Diffstat (limited to 'xsde/makefile')
-rw-r--r--xsde/makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/xsde/makefile b/xsde/makefile
index 75a55a4..48b9f9b 100644
--- a/xsde/makefile
+++ b/xsde/makefile
@@ -139,13 +139,10 @@ $(call include-dep,$(cxx_od))
# Alias for default target.
#
-.PHONY: $(out_base)/
$(out_base)/: $(xsde)
# Dist.
#
-.PHONY: $(dist) $(dist-win)
-
$(dist): $(xsde)
$(call install-exec,$<,$(dist_prefix)/bin/xsde)
@@ -154,15 +151,11 @@ $(dist-win): $(xsde)
# Install.
#
-.PHONY: $(install)
-
$(install): $(xsde)
$(call install-exec,$<,$(install_bin_dir)/xsde)
# Clean.
#
-.PHONY: $(clean)
-
$(clean): \
$(xsde).o.clean \
$(addsuffix .cxx.clean,$(cxx_obj)) \