diff options
author | Lukas Larsson <[email protected]> | 2018-12-20 11:51:43 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-02-01 08:50:30 +0100 |
commit | 930156b3c8bb411f256d606834083da10b313b28 (patch) | |
tree | 9f3667926ce5406f8414a13cd89461167547310e | |
parent | 0a2988d3a1a42f18e18ab00b940a0c12b2031ba1 (diff) | |
download | otp-930156b3c8bb411f256d606834083da10b313b28.tar.gz otp-930156b3c8bb411f256d606834083da10b313b28.tar.bz2 otp-930156b3c8bb411f256d606834083da10b313b28.zip |
erl_interface: Fix bsd makefile problem
-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 |