diff options
author | Lukas Larsson <[email protected]> | 2019-02-01 08:51:05 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-02-01 08:51:05 +0100 |
commit | 98c2966da3bca452e43790da0579c122870a6273 (patch) | |
tree | fa2b55c407526ea29047a7faf6579ed8cc9ab13c /lib/erl_interface | |
parent | 5ab76d9263e4a81ccac2fc5591c520dbce6927de (diff) | |
parent | 148b91d7b91069f7f8b8ebcd688cef79c0030e71 (diff) | |
download | otp-98c2966da3bca452e43790da0579c122870a6273.tar.gz otp-98c2966da3bca452e43790da0579c122870a6273.tar.bz2 otp-98c2966da3bca452e43790da0579c122870a6273.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/src/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/erl_interface/src/Makefile.in b/lib/erl_interface/src/Makefile.in index 614e7325a9..24ead76afb 100644 --- a/lib/erl_interface/src/Makefile.in +++ b/lib/erl_interface/src/Makefile.in @@ -31,12 +31,11 @@ .PHONY : debug opt release clean distclean depend -TARGET = @TARGET@ - # ---------------------------------------------------- # Application version and release dir specification # ---------------------------------------------------- include ../vsn.mk +include $(ERL_TOP)/make/target.mk include $(TARGET)/eidefs.mk include $(ERL_TOP)/make/output.mk |