summaryrefslogtreecommitdiff
path: root/lib/eldap/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eldap/src/Makefile')
-rw-r--r--lib/eldap/src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/eldap/src/Makefile b/lib/eldap/src/Makefile
index b79a537424..04a84a4766 100644
--- a/lib/eldap/src/Makefile
+++ b/lib/eldap/src/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 2012-2016. All Rights Reserved.
+# Copyright Ericsson AB 2012-2022. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -67,8 +67,8 @@ ERL_COMPILE_FLAGS += -I../include -I../ebin -Werror
# ----------------------------------------------------
opt: $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET)
-debug:
- @${MAKE} TYPE=debug opt
+$(filter-out opt, $(TYPES)):
+ @${MAKE} TYPE=$@ opt
clean:
rm -f $(TARGET_FILES) $(GEN_FILES) $(APP_TARGET) $(APPUP_TARGET)