diff options
author | Håkan Mattsson <[email protected]> | 2010-03-05 15:36:30 +0100 |
---|---|---|
committer | Håkan Mattsson <[email protected]> | 2010-03-16 14:28:25 +0100 |
commit | d09c73a475ecc29b2715b92fe39bd234b3283e84 (patch) | |
tree | 8a2c6a92b4d6397f47065ee527a3e8f75bef39cb /lib/reltool/src/Makefile | |
parent | e774e560dfcb01f4ff16d6f4e64b1c1ed75de5d9 (diff) | |
download | otp-d09c73a475ecc29b2715b92fe39bd234b3283e84.tar.gz otp-d09c73a475ecc29b2715b92fe39bd234b3283e84.tar.bz2 otp-d09c73a475ecc29b2715b92fe39bd234b3283e84.zip |
Add type info for record fields
While at it, adapt the source files to fit within 80 chars and
remove trailing whitespace.
Diffstat (limited to 'lib/reltool/src/Makefile')
-rw-r--r-- | lib/reltool/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reltool/src/Makefile b/lib/reltool/src/Makefile index fa24efbb8c..12baf5b571 100644 --- a/lib/reltool/src/Makefile +++ b/lib/reltool/src/Makefile @@ -85,7 +85,7 @@ $(TARGET_FILES): $(HRL_FILES) $(INTERNAL_HRL_FILES) # ---------------------------------------------------- # Release Target -# ---------------------------------------------------- +# ---------------------------------------------------- include $(ERL_TOP)/make/otp_release_targets.mk |