X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=f3be11634b3bca71daf557d57ae5be2c8819ae62;hb=1781ccab442ef44d7abc8b94b4dee67d62816c92;hp=dd964bca66ceffd7733e740ceb56e9d674ca3947;hpb=0f4790f2eb859832419e5aeb3d4549fbde3b0499;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index dd964bca..f3be1163 100644 --- a/Makefile.in +++ b/Makefile.in @@ -351,7 +351,7 @@ para_audioc: $(audioc_objs) para_fade: $(fade_objs) @[ -z "$(Q)" ] || echo 'LD $@' - $(Q) $(CC) -o $@ $(fade_objs) @fade_ldflags@ $(LDFLAGS) + $(Q) $(CC) -o $@ $(fade_objs) $(LDFLAGS) para_server: $(server_objs) @[ -z "$(Q)" ] || echo 'LD $@'