diff options
Diffstat (limited to 'audio/spiralsynth/Makefile')
-rw-r--r-- | audio/spiralsynth/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index e327123bb9ee..383fdfc51850 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -28,16 +28,16 @@ DOC_FILES= CHANGES COPYING README post-patch: .for ii in \ - Makefile.in \ - PluginLink.sh \ - SpiralInfo.C \ - SpiralSound/Midi.h \ - SpiralSound/Output.h \ - SpiralSound/SpiralInfo.h \ - SpiralSound/Synth.C \ - SpiralSound/Synth.h \ - SpiralSound/_SynthInfo.C \ - Synth.h + Makefile.in \ + PluginLink.sh \ + SpiralInfo.C \ + SpiralSound/Midi.h \ + SpiralSound/Output.h \ + SpiralSound/SpiralInfo.h \ + SpiralSound/Synth.C \ + SpiralSound/Synth.h \ + SpiralSound/_SynthInfo.C \ + Synth.h ${MV} ${WRKSRC}/${ii} ${WRKSRC}/${ii}.orig ${SED} -e 's|-O3|${PTHREAD_CFLAGS}|g ; \ s|CC =|CC? =|g ; \ |