X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=4b522b05a24da081c6018f927a92d4cb55c095cc;hb=14dee3baf8354f1b113a66bbe8937aa29b07d2f6;hp=72352891eb87f578476b2a8a8b510f5065ad8abb;hpb=b1abc2e90f56e6b61694acda56969bb9b4898b95;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 72352891..4b522b05 100644 --- a/Makefile.in +++ b/Makefile.in @@ -363,7 +363,7 @@ para_write: $(write_objs) para_afh: $(afh_objs) @[ -z "$(Q)" ] || echo 'LD $@' - $(Q) $(CC) -o $@ $(afh_objs) @afh_ldflags@ $(LDFLAGS) + $(Q) $(CC) -o $@ $(afh_objs) $(LDFLAGS) para_play: $(play_objs) @[ -z "$(Q)" ] || echo 'LD $@'