X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=e847a09526a42ba7a72beda8a61d7a15ff6fba1a;hp=ea55b143d689a11be28b9f8a22f2858f5b3425b0;hb=d952d67d0f302ae7415fde958e71d7ca12f2e40c;hpb=9734df36c2e18e0906a30ed621daf46351670013 diff --git a/Makefile.in b/Makefile.in index ea55b143..e847a095 100644 --- a/Makefile.in +++ b/Makefile.in @@ -359,7 +359,7 @@ para_server: $(server_objs) para_write: $(write_objs) @[ -z "$(Q)" ] || echo 'LD $@' - $(Q) $(CC) -o $@ $(write_objs) @write_ldflags@ $(LDFLAGS) + $(Q) $(CC) -o $@ $(write_objs) $(LDFLAGS) para_afh: $(afh_objs) @[ -z "$(Q)" ] || echo 'LD $@'