aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/src/Makefile
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2011-09-19 10:49:19 +0200
committerDan Gudmundsson <[email protected]>2011-09-19 10:49:19 +0200
commit40f724a33dae5e7670a710e32abe3493d660ea46 (patch)
treeb181a3e25adf5aa5c28d9a7fe022590004ee7be2 /lib/mnesia/src/Makefile
parent87288e173f09d573460a06d98466f84cba8f4b5c (diff)
parent7ebf84abf7e5d06ce9ef6ec11783318aa393093d (diff)
downloadotp-40f724a33dae5e7670a710e32abe3493d660ea46.tar.gz
otp-40f724a33dae5e7670a710e32abe3493d660ea46.tar.bz2
otp-40f724a33dae5e7670a710e32abe3493d660ea46.zip
Merge branch 'dev' into major
Diffstat (limited to 'lib/mnesia/src/Makefile')
-rw-r--r--lib/mnesia/src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/mnesia/src/Makefile b/lib/mnesia/src/Makefile
index e032f563fa..1c8ec54605 100644
--- a/lib/mnesia/src/Makefile
+++ b/lib/mnesia/src/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 1996-2009. All Rights Reserved.
+# Copyright Ericsson AB 1996-2011. All Rights Reserved.
#
# The contents of this file are subject to the Erlang Public License,
# Version 1.1, (the "License"); you may not use this file except in
@@ -113,6 +113,8 @@ clean:
docs:
+$(TARGET_FILES): $(HRL_FILES)
+
# ----------------------------------------------------
# Special Build Targets
# ----------------------------------------------------