aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/src/Makefile
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2011-09-19 10:45:32 +0200
committerDan Gudmundsson <[email protected]>2011-09-19 10:45:32 +0200
commit7ebf84abf7e5d06ce9ef6ec11783318aa393093d (patch)
treede28f5b237c1f776fa2691e53a6b7c6d9f5f9a9e /lib/mnesia/src/Makefile
parent2d13b9580f405541e46491743702eaaedf3f6e91 (diff)
parent34f20bde33f7c4480ac78f56c7aa1a50ac12b14d (diff)
downloadotp-7ebf84abf7e5d06ce9ef6ec11783318aa393093d.tar.gz
otp-7ebf84abf7e5d06ce9ef6ec11783318aa393093d.tar.bz2
otp-7ebf84abf7e5d06ce9ef6ec11783318aa393093d.zip
Merge branch 'dgud/mnesia/fix-compat/OTP-9473' into dev
* dgud/mnesia/fix-compat/OTP-9473: [mnesia] Fix schema conversion to previous versions [mnesia] Whitespace fixes [mnesia] Update protocol version [mnesia] Mnesia schema merge tested with 2 nodes, r13b04 -> r14b (dev) [mnesia] Fixed bug in aborted schema transactions [mnesia] Add hrl dependency
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
# ----------------------------------------------------