diff options
author | Dan Gudmundsson <[email protected]> | 2011-05-18 10:10:11 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2011-09-15 15:34:18 +0200 |
commit | 5cc51846ca87f43ec8a58da5bea0ed63dbbe0757 (patch) | |
tree | 45058caf180adb8d5ee3685c160a9b768f07cee0 /lib/mnesia/src | |
parent | 68c96ca855821adb42a25ced5b69446ae7ccc635 (diff) | |
download | otp-5cc51846ca87f43ec8a58da5bea0ed63dbbe0757.tar.gz otp-5cc51846ca87f43ec8a58da5bea0ed63dbbe0757.tar.bz2 otp-5cc51846ca87f43ec8a58da5bea0ed63dbbe0757.zip |
[mnesia] Add hrl dependency
Diffstat (limited to 'lib/mnesia/src')
-rw-r--r-- | lib/mnesia/src/Makefile | 4 |
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 # ---------------------------------------------------- |