Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ITS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ITS - Intelligent Transport Systems
ITS
Commits
bce3d79b
Commit
bce3d79b
authored
7 years ago
by
garciay
Browse files
Options
Downloads
Patches
Plain Diff
Enhance Makefile after latest asn1c update from github
parent
399c4d07
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
asn1/Makefile
+2
-2
2 additions, 2 deletions
asn1/Makefile
with
2 additions
and
2 deletions
asn1/Makefile
+
2
−
2
View file @
bce3d79b
...
...
@@ -37,7 +37,7 @@ ASN1C:=asn1c
#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
ifeq
(,$(ASN_DIR))
...
...
@@ -55,7 +55,7 @@ clean:
rm
-rf
$(
BIN_DIR
)
$(BIN_DIR)/../$(ASN_LIBRARY)
:
$(BIN_DIR)/Makefile
make
-C
$(
BIN_DIR
)
all
make
--trace
-C
$(
BIN_DIR
)
all
$(BIN_DIR)
:
mkdir
-p
$@
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment