aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/rtl
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2012-02-28 17:49:14 +0100
committerPatrik Nyblom <[email protected]>2012-02-28 17:49:14 +0100
commitd3a96b096f457c881296c4e7f69de47399ab9ed8 (patch)
treea4f220a3246428f2c3386978eae4965a3c5c1d55 /lib/hipe/rtl
parentdef41007cb990ed6454ce5c78c3dcfb848975513 (diff)
parentcc3122ab804299810c817f3819323234ff3e23c3 (diff)
downloadotp-d3a96b096f457c881296c4e7f69de47399ab9ed8.tar.gz
otp-d3a96b096f457c881296c4e7f69de47399ab9ed8.tar.bz2
otp-d3a96b096f457c881296c4e7f69de47399ab9ed8.zip
Merge branch 'maint'
Diffstat (limited to 'lib/hipe/rtl')
-rw-r--r--lib/hipe/rtl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/hipe/rtl/Makefile b/lib/hipe/rtl/Makefile
index 48086ec79f..30026831b7 100644
--- a/lib/hipe/rtl/Makefile
+++ b/lib/hipe/rtl/Makefile
@@ -89,6 +89,9 @@ clean:
rm -f $(TARGET_FILES)
rm -f core erl_crash.dump
+distclean: clean
+realclean: clean
+
# ----------------------------------------------------
# Special Build Targets
# ----------------------------------------------------