Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
protobuf-c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
protobuf-c
Commits
d5e1b384
Commit
d5e1b384
authored
Sep 07, 2016
by
Robert Edmonds
Committed by
GitHub
Sep 07, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #234 from tkoecker/solaris_rm_args
rm argument fix for solaris
parents
fcb1bdd2
3ddc7c62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile.am
Makefile.am
+2
-2
No files found.
Makefile.am
View file @
d5e1b384
...
@@ -206,11 +206,11 @@ EXTRA_DIST += \
...
@@ -206,11 +206,11 @@ EXTRA_DIST += \
CLEANFILES
+=
$(BUILT_SOURCES)
CLEANFILES
+=
$(BUILT_SOURCES)
dist-hook
:
dist-hook
:
rm
-
v
f
`
find
$(distdir)
-name
'*.pb-c.[ch]'
-o
-name
'*.pb.cc'
-o
-name
'*.pb.h'
`
rm
-f
`
find
$(distdir)
-name
'*.pb-c.[ch]'
-o
-name
'*.pb.cc'
-o
-name
'*.pb.h'
`
install-data-hook
:
install-data-hook
:
$(MKDIR_P)
$(DESTDIR)$(includedir)
/google/protobuf-c
$(MKDIR_P)
$(DESTDIR)$(includedir)
/google/protobuf-c
cd
$(DESTDIR)$(includedir)
/google/protobuf-c
&&
rm
-
v
f
protobuf-c.h
cd
$(DESTDIR)$(includedir)
/google/protobuf-c
&&
rm
-f
protobuf-c.h
cd
$(DESTDIR)$(includedir)
/google/protobuf-c
&&
$(LN_S)
../../protobuf-c/protobuf-c.h protobuf-c.h
cd
$(DESTDIR)$(includedir)
/google/protobuf-c
&&
$(LN_S)
../../protobuf-c/protobuf-c.h protobuf-c.h
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment