diff options
author | Lars Thorsen <[email protected]> | 2016-05-13 08:26:58 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2016-05-18 15:23:08 +0200 |
commit | 07906b7d9f1c2f72810d9ae12b38415cc3c1e86d (patch) | |
tree | 0b3e134337ed66530c66e0211a647a439507f1ce /lib/inets/src/inets_app/Makefile | |
parent | a1086ac00ece8044b4055047aaac2f912a5ca18e (diff) | |
download | otp-07906b7d9f1c2f72810d9ae12b38415cc3c1e86d.tar.gz otp-07906b7d9f1c2f72810d9ae12b38415cc3c1e86d.tar.bz2 otp-07906b7d9f1c2f72810d9ae12b38415cc3c1e86d.zip |
[inets] Remove usage of erlang:now()
Diffstat (limited to 'lib/inets/src/inets_app/Makefile')
-rw-r--r-- | lib/inets/src/inets_app/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/inets/src/inets_app/Makefile b/lib/inets/src/inets_app/Makefile index 1d870c14e8..eb0098dbee 100644 --- a/lib/inets/src/inets_app/Makefile +++ b/lib/inets/src/inets_app/Makefile @@ -48,8 +48,7 @@ MODULES = \ inets_app \ inets_sup \ inets_trace \ - inets_lib \ - inets_time_compat + inets_lib INTERNAL_HRL_FILES = inets_internal.hrl EXTERNAL_HRL_FILES = ../../include/httpd.hrl \ |