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
RiscOS
S
Sources
SystemRes
InetRes
Commits
37a26229
Commit
37a26229
authored
Jul 01, 1999
by
Kevin Bracey
Browse files
Removed debug flags which crept in earlier
parent
7ab0f9d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Sources/ifconfig/Makefile
Sources/ifconfig/Makefile
+2
-2
No files found.
Sources/ifconfig/Makefile
View file @
37a26229
...
...
@@ -22,7 +22,7 @@ RM= remove
WFLAGS
=
fr~c~v
WIPE
=
-wipe
CFLAGS
=
-pcc
-g
-I
$(INCLUDES)
-c
${THROWBACK}
-depend
!
Depend
CFLAGS
=
-pcc
-I
$(INCLUDES)
-c
${THROWBACK}
-depend
!
Depend
OBJS
=
o.
${TARGET}
...
...
@@ -33,7 +33,7 @@ LIBS= C:o.Stubs TCPIPLibs:o.Unixlib TCPIPLibs:o.Inetlib \
.c.o
:
; $(CC) $(CFLAGS) -o $@ $<
${TARGET}
:
$(OBJS) $(LIBS)
Link
-d
-o
$@
$(OBJS)
$(LIBS)
Link
-o
$@
$(OBJS)
$(LIBS)
Squeeze
$@
clean
:
; ${RM} ${TARGET}
...
...
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