X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=settings.make;h=3da848c0be0461df66afaf93e30917ff29399e36;hp=37e41abf624e5eb2da8e7277abafce5a7da264f5;hb=50505a407d5558883e5242a12ec49d298f4344fe;hpb=2c444eebd71ff12a6c29ffaa91d2e716c8f9ca6e diff --git a/settings.make b/settings.make index 37e41ab..3da848c 100644 --- a/settings.make +++ b/settings.make @@ -19,9 +19,12 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +CONFIG_CPPFLAGS= -DRWBUFFER_SIZE_MB=$(RWBUFFER_SIZE_MB) \ + -DREALLY_CHECK_FILE='"/etc/inittab"' + CC= gcc CFLAGS= $(WARNINGS) $(OPTIMISE) $(DEBUG) -CPPFLAGS= -DRWBUFFER_SIZE_MB=$(RWBUFFER_SIZE_MB) +CPPFLAGS= $(CONFIG_CPPFLAGS) WARNINGS= -Wall -Wwrite-strings -Wmissing-prototypes \ -Wstrict-prototypes -Wpointer-arith