current GNUmakefile.in,1.261,1.262
Fabian Keil <[email protected]> Thu, 25 May 2017 11:15:36 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1881 Modified Files: GNUmakefile.in Log Message: Register missing dependencies for fuzz.c and client-tags.c Previously project.h modificiations would not result in rebuilds of fuzz.o and client-tags.o. This could cause SIGBUS crashes in case of structure changes etc. Index: GNUmakefile.in =================================================================== RCS file: /cvsroot/ijbswa/current/GNUmakefile.in,v retrieving revision 1.261 retrieving revision 1.262 diff -C2 -d -r1.261 -r1.262 *** GNUmakefile.in 25 May 2017 11:14:27 -0000 1.261 --- GNUmakefile.in 25 May 2017 11:15:34 -0000 1.262 *************** *** 703,706 **** --- 703,708 ---- ssplit.@OBJEXT@: ssplit.c ssplit.h config.h miscutil.h urlmatch.@OBJEXT@: urlmatch.c urlmatch.h config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h + client-tags.@OBJEXT@: client-tags.c client-tags.h config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h + fuzz.@OBJEXT@: fuzz.c config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h # GNU regex ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot