diff options
author | Anders Svensson <[email protected]> | 2012-10-06 13:49:36 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2012-11-05 11:53:45 +0100 |
commit | 0e0d9466b7425f22dc3996bf02229cba01babd12 (patch) | |
tree | ab208ab42616c5524512a4bfa75880d7cbc82e1d /lib/diameter/src | |
parent | 7df9a580ea0c1421dd548cb41f5beb6605701ae3 (diff) | |
download | otp-0e0d9466b7425f22dc3996bf02229cba01babd12.tar.gz otp-0e0d9466b7425f22dc3996bf02229cba01babd12.tar.bz2 otp-0e0d9466b7425f22dc3996bf02229cba01babd12.zip |
Remove pre-OTP configure support
It's neither used nor maintained.
Diffstat (limited to 'lib/diameter/src')
-rw-r--r-- | lib/diameter/src/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/diameter/src/Makefile b/lib/diameter/src/Makefile index 99c343275b..060659bce9 100644 --- a/lib/diameter/src/Makefile +++ b/lib/diameter/src/Makefile @@ -16,13 +16,8 @@ # # %CopyrightEnd% -ifeq ($(ERL_TOP),) -include $(DIAMETER_TOP)/make/target.mk -include $(DIAMETER_TOP)/make/$(TARGET)/rules.mk -else include $(ERL_TOP)/make/target.mk include $(ERL_TOP)/make/$(TARGET)/otp.mk -endif # ---------------------------------------------------- # Application version @@ -210,11 +205,7 @@ dialyze: opt $(PLT) # Release targets # ---------------------------------------------------- -ifeq ($(ERL_TOP),) -include $(DIAMETER_TOP)/make/release_targets.mk -else include $(ERL_TOP)/make/otp_release_targets.mk -endif # Can't $(INSTALL_DIR) more than one directory at a time on Solaris. |