diff options
author | Björn Gustavsson <[email protected]> | 2011-06-28 11:01:57 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-08-08 11:59:08 +0200 |
commit | b31ab335abac398caa7152020e5589d8fa817c27 (patch) | |
tree | 5f22a30760c54c6f6885afcaa9b8dcfeecf9182b /lib/jinterface/java_src/com | |
parent | 6bfcf4b42b6bd174d65c1dcac2f2bd07701d848f (diff) | |
download | otp-b31ab335abac398caa7152020e5589d8fa817c27.tar.gz otp-b31ab335abac398caa7152020e5589d8fa817c27.tar.bz2 otp-b31ab335abac398caa7152020e5589d8fa817c27.zip |
jinterface: Use otp_subdir.mk instead of homebrewed solution
There once was a reason to have a "Makefile.otp" makefile, but
it doesn't apply any longer. Rename it to "Makefile" so that
the standard otp_subdir.mk file can be used for recursion into
sub directories.
Diffstat (limited to 'lib/jinterface/java_src/com')
-rw-r--r-- | lib/jinterface/java_src/com/ericsson/otp/erlang/Makefile (renamed from lib/jinterface/java_src/com/ericsson/otp/erlang/Makefile.otp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jinterface/java_src/com/ericsson/otp/erlang/Makefile.otp b/lib/jinterface/java_src/com/ericsson/otp/erlang/Makefile index d0ff9cda34..e772a2b0a5 100644 --- a/lib/jinterface/java_src/com/ericsson/otp/erlang/Makefile.otp +++ b/lib/jinterface/java_src/com/ericsson/otp/erlang/Makefile @@ -96,7 +96,7 @@ docs: # include $(ERL_TOP)/make/otp_release_targets.mk release release_docs release_tests release_html: - $(MAKE) -f Makefile.otp $(MFLAGS) RELEASE_PATH=$(RELEASE_PATH) $(TARGET_MAKEFILE) $@_spec + $(MAKE) $(MFLAGS) RELEASE_PATH=$(RELEASE_PATH) $(TARGET_MAKEFILE) $@_spec release_spec: opt $(INSTALL_DIR) $(RELSYSDIR)/java_src/com/ericsson/otp/erlang |