Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
defmod
Commits
48356ddb
Commit
48356ddb
authored
Dec 16, 2003
by
Ben Avison
Browse files
Fixed install rule. Retagged.
parent
752d038a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
!MkInstall,fd7
!MkInstall,fd7
+1
-1
Makefile
Makefile
+2
-5
No files found.
!MkInstall,fd7
View file @
48356ddb
Dir <Obey$Dir>
amu_machine install THROWBACK=-throwback INSTDIR=<Install$Dir>
amu_machine install THROWBACK=-throwback INSTDIR=<Install$Dir>
.Library.Build
Makefile
View file @
48356ddb
...
...
@@ -11,9 +11,6 @@
#
# Paths
#
LIBDIR
=
${INSTDIR}
.Library.Build
INSTAPP
=
${INSTDIR}
.Apps.!DefMod
VPATH
=
@ sources oslib support
#
...
...
@@ -94,8 +91,8 @@ all: ${TARGET}
@
|
install
:
all
${MKDIR}
${
LIB
DIR}
.DefMod
${CP}
${TARGET}
${
LIB
DIR}
.DefMod.!Run
${CPFLAGS}
${MKDIR}
${
INST
DIR}
.DefMod
${CP}
${TARGET}
${
INST
DIR}
.DefMod.!Run
${CPFLAGS}
@
echo
Installation of tool
${COMPONENT}
complete
#
...
...
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