Commit 0d3e47c5 authored by Simon Forrest's avatar Simon Forrest
Browse files

Should've removed StripDepnd support from Makefile, since I moved the support...

Should've removed StripDepnd support from Makefile, since I moved the support to MkClean.  Now removed.

Retagged as FileSwitch-2_53.
parent 999979db
......@@ -35,7 +35,6 @@ MKDIR = cdir
AS = aasm
CP = copy
RM = remove
STRIP = stripdepnd
CCFLAGS = -c -depend !Depend -IC:
ASFLAGS = -depend !Depend -Stamp -quit -module -To $@ -From
CPFLAGS = ~cfr~v
......@@ -67,7 +66,6 @@ install_rom: ${TARGET}
clean:
${RM} ${TARGET}
${RM} s.TokHelpSrc
${STRIP}
@echo ${COMPONENT}: cleaned
resources: resources-${CMDHELP}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment