You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
404 B
14 lines
404 B
Index: Makefile.in |
|
--- Makefile.in.orig 2003-11-28 01:28:29.000000000 +0100 |
|
+++ Makefile.in 2003-12-19 12:02:16.000000000 +0100 |
|
@@ -378,8 +378,8 @@ |
|
|
|
distccmon-gnome@EXEEXT@: $(mon_obj) $(gnome_obj) |
|
$(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(LIBS) \ |
|
- $(GNOME_CFLAGS) $(GNOME_LIBS) \ |
|
- $(mon_obj) $(gnome_obj) |
|
+ $(GNOME_CFLAGS) \ |
|
+ $(mon_obj) $(gnome_obj) $(GNOME_LIBS) |
|
|
|
|
|
## Dist targets
|
|
|