From: John Darrington Date: Thu, 27 Apr 2006 01:31:59 +0000 (+0000) Subject: Removed explicit CFLAG dependencies for src/message.o which no longer exists. X-Git-Tag: v0.6.0~937 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1de0159c28b93fdb2f2caac74e13dccbaee00822;p=pspp-builds.git Removed explicit CFLAG dependencies for src/message.o which no longer exists. --- diff --git a/src/ChangeLog b/src/ChangeLog index b4733471..a8123a4b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 27 09:28:25 WST 2006 John Darrington + + * automake.mk: Removed explicit dependencies for message.o, since + that module no longer exists. + Wed Apr 26 15:29:45 2006 Ben Pfaff Start reforming procedure execution. In this phase, get rid of diff --git a/src/automake.mk b/src/automake.mk index 741439f9..64b49284 100644 --- a/src/automake.mk +++ b/src/automake.mk @@ -15,13 +15,6 @@ endif AM_CPPFLAGS += -DPKGDATADIR=\"$(pkgdatadir)\" -src/message.o: AM_CPPFLAGS += \ - -I$(top_srcdir)/src/language \ - -I$(top_srcdir)/src/language/lexer \ - -I$(top_srcdir)/src/ui/terminal \ - -I$(top_srcdir)/src/data \ - -I$(top_srcdir)/src/libpspp - src/procedure.o: AM_CPPFLAGS += \ -I$(top_srcdir)/src/language \ -I$(top_srcdir)/src/language/control \