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/make/target.mk | |
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/make/target.mk')
-rw-r--r-- | lib/diameter/make/target.mk | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/lib/diameter/make/target.mk b/lib/diameter/make/target.mk deleted file mode 100644 index 4ae470b9e2..0000000000 --- a/lib/diameter/make/target.mk +++ /dev/null @@ -1,33 +0,0 @@ -ifeq ($(OVERRIDE_TARGET),) - -ifeq ($(TARGET),) - -TARGET := $(shell $(DIAMETER_TOP)/autoconf/config.guess) - -else - -endif - -else - -ifneq ($(TARGET),) - -ifneq ($(TARGET), $(OVERRIDE_TARGET)) -$(warning overriding $$(TARGET) = \ - "$(TARGET)" \ - with \ - $$(OVERRIDE_TARGET) = \ - "$(OVERRIDE_TARGET)") -else -endif - -override TARGET := $(OVERRIDE_TARGET) - -else - -TARGET := $(OVERRIDE_TARGET) - -endif - -endif - |