Jochen Schmitt 8e2e890
diff -up inn-2.5.2/frontends/Makefile.smp inn-2.5.2/frontends/Makefile
Jochen Schmitt 8e2e890
--- inn-2.5.2/frontends/Makefile.smp	2010-08-11 20:54:46.268104983 +0200
Jochen Schmitt 8e2e890
+++ inn-2.5.2/frontends/Makefile	2010-08-11 20:58:04.429916114 +0200
Jochen Schmitt 8e2e890
@@ -85,7 +85,7 @@ ovdb_init:	ovdb_init.o    $(BOTH)   ; $(
Jochen Schmitt 8e2e890
 ovdb_monitor:	ovdb_monitor.o $(BOTH)   ; $(LINK) ovdb_monitor.o $(STORELIBS)
Jochen Schmitt 8e2e890
 ovdb_server:	ovdb_server.o  $(BOTH)   ; $(LINK) ovdb_server.o  $(STORELIBS)
Jochen Schmitt 8e2e890
 ovdb_stat:	ovdb_stat.o    $(BOTH)   ; $(LINK) ovdb_stat.o    $(STORELIBS)
Jochen Schmitt 8e2e890
-rnews:		rnews.o        $(LIBINN) ; $(LINK) rnews.o        -pie $(STORELIBS)
Jochen Schmitt 8e2e890
+rnews:		rnews.o        $(BOTH)   ; $(LINK) rnews.o        -pie $(STORELIBS)
Jochen Schmitt 8e2e890
 sm:		sm.o           $(BOTH)   ; $(LINK) sm.o           $(STORELIBS)
Jochen Schmitt 8e2e890
 
Jochen Schmitt 8e2e890
 ovdb_init.o: ovdb_init.c
3334eae
diff -up inn-2.5.2/innfeed/Makefile.smp inn-2.5.2/innfeed/Makefile
Jochen Schmitt 8e2e890
--- inn-2.5.2/innfeed/Makefile.smp	2010-08-11 20:47:15.883915244 +0200
Jochen Schmitt 8e2e890
+++ inn-2.5.2/innfeed/Makefile	2010-08-11 20:47:15.875915561 +0200
Jochen Schmitt 8e2e890
@@ -54,9 +54,13 @@ $(FIXSCRIPT):
3334eae
 
3334eae
 INNFEEDLIBS	= $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(STORAGE_LIBS) $(LIBS)
3334eae
 
3334eae
-config_y.c config_y.h: configfile.y
3334eae
+y.tab.c y.tab.h: configfile.y
3334eae
 	$(YACC) -d $?
3334eae
+
3334eae
+config_y.h: y.tab.h
3334eae
 	mv y.tab.h config_y.h
3334eae
+
3334eae
+config_y.c: y.tab.c
Jochen Schmitt 8e2e890
 	mv y.tab.c config_y.c
3334eae
 
3334eae
 config_l.c: configfile.l