Removed explicit CFLAG dependencies for src/message.o which no longer exists.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 27 Apr 2006 01:31:59 +0000 (01:31 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 27 Apr 2006 01:31:59 +0000 (01:31 +0000)
src/ChangeLog
src/automake.mk

index b4733471bee59fe88e7cff8fb67f1984cfbf4d5a..a8123a4b989e0760c805f398cff600f3d4f467ba 100644 (file)
@@ -1,3 +1,8 @@
+Thu Apr 27 09:28:25 WST 2006 John Darrington <john@darrington.wattle.id.au>
+       
+       * automake.mk: Removed explicit dependencies for message.o, since
+       that module no longer exists.
+
 Wed Apr 26 15:29:45 2006  Ben Pfaff  <blp@gnu.org>
 
        Start reforming procedure execution.  In this phase, get rid of
index 741439f988cf6a5f44c531faa3db6dc60d21e32e..64b4928468c2e84521fb71313e346e8386e9ec66 100644 (file)
@@ -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 \