Skip to content
Snippets Groups Projects
Commit bce3d79b authored by garciay's avatar garciay
Browse files

Enhance Makefile after latest asn1c update from github

parent 399c4d07
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ASN1C:=asn1c ...@@ -37,7 +37,7 @@ ASN1C:=asn1c
#ASN1C_PATH = #ASN1C_PATH =
ifneq (, $(ASN1C_PATH)) ifneq (, $(ASN1C_PATH))
ASN1C:=$(ASN1C_PATH)/asn1c/.libs/asn1c -S $(ASN1C_PATH)/skeletons ASN1C:=$(ASN1C_PATH)/asn1c/asn1c -S $(ASN1C_PATH)/skeletons
endif endif
ifeq (,$(ASN_DIR)) ifeq (,$(ASN_DIR))
...@@ -55,7 +55,7 @@ clean: ...@@ -55,7 +55,7 @@ clean:
rm -rf $(BIN_DIR) rm -rf $(BIN_DIR)
$(BIN_DIR)/../$(ASN_LIBRARY): $(BIN_DIR)/Makefile $(BIN_DIR)/../$(ASN_LIBRARY): $(BIN_DIR)/Makefile
make -C $(BIN_DIR) all make --trace -C $(BIN_DIR) all
$(BIN_DIR): $(BIN_DIR):
mkdir -p $@ mkdir -p $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment