]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
Makefile.in: Fix typo in definition of all_objs.
[paraslash.git] / Makefile.in
index f1cf1e40640a8347ae78edb0d7c9759b87716d17..72f59eaedc98df0d973a4ae81cd92e5af2fdc05b 100644 (file)
@@ -211,7 +211,7 @@ write_objs := $(addprefix $(object_dir)/, @write_objs@)
 afh_objs := $(addprefix $(object_dir)/, @afh_objs@)
 
 all_objs := $(recv_objs) $(filter_objs) $(client_objs) $(gui_objs) \
-       $(audiod_objs ) $(audioc_objs) $(fade_objs) $(server_objs) \
+       $(audiod_objs) $(audioc_objs) $(fade_objs) $(server_objs) \
        $(write_objs) $(afh_objs)
 -include $(all_objs:.o=.d)