Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
18
Issues
18
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
c35fd119
Commit
c35fd119
authored
Jul 17, 2013
by
Dubiousjim
Committed by
Natanael Copa
Jul 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: convert old-style suffix rules
parent
20fc1784
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
c35fd119
...
...
@@ -53,10 +53,10 @@ SED_REPLACE := -e 's:@VERSION@:$(FULL_VERSION):g' \
-e
's:@sysconfdir@:
$(sysconfdir)
:g'
.SUFFIXES
:
.sh.in .in
.sh.in.sh
:
%.sh
:
%.sh.in
${
SED
}
${
SED_REPLACE
}
${
SED_EXTRA
}
$<
>
$@
.in
:
%
:
%.in
${
SED
}
${
SED_REPLACE
}
${
SED_EXTRA
}
$<
>
$@
.PHONY
:
all apk clean install uninstall
...
...
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