diff options
author | Micael Karlberg <[email protected]> | 2011-10-18 18:08:29 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-10-18 18:08:29 +0200 |
commit | 1193fdece4ff5b5bc127e638db5eeb018014c7af (patch) | |
tree | 18a3dbdd40a26db1b83373fbd43ba816af42a44d /lib/inets/src/inets_app/Makefile | |
parent | 32027e9b4724d61aaffe7d3df168e69238f814e9 (diff) | |
download | otp-1193fdece4ff5b5bc127e638db5eeb018014c7af.tar.gz otp-1193fdece4ff5b5bc127e638db5eeb018014c7af.tar.bz2 otp-1193fdece4ff5b5bc127e638db5eeb018014c7af.zip |
Make it possible to compile with an R14B compiler.
Diffstat (limited to 'lib/inets/src/inets_app/Makefile')
-rw-r--r-- | lib/inets/src/inets_app/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/inets/src/inets_app/Makefile b/lib/inets/src/inets_app/Makefile index 20e22917e2..63ab0a5bae 100644 --- a/lib/inets/src/inets_app/Makefile +++ b/lib/inets/src/inets_app/Makefile @@ -30,6 +30,7 @@ include ../../vsn.mk VSN = $(INETS_VSN) + # ---------------------------------------------------- # Release directory specification # ---------------------------------------------------- @@ -41,8 +42,8 @@ RELSYSDIR = $(RELEASE_PATH)/lib/$(APPLICATION)-$(VSN) # ---------------------------------------------------- MODULES = \ - inets_service \ inets \ + inets_service \ inets_app \ inets_sup \ inets_regexp |