summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-07 15:34:46 +0000
committerDana Jansens <danakj@orodu.net>2002-05-07 15:34:46 +0000
commit89563281384c34886fb12b169d1bdf8d293f0b48 (patch)
tree9136a0a54065ec1b9d062f471e309c2d44d3c651 /data
parent4e2c37f2d20a1be4fd7826b817ec5b7caa31138a (diff)
gcc 3 compatibility, converted strstreams to stringstreams
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.in6
-rw-r--r--data/styles/Makefile.in4
2 files changed, 5 insertions, 5 deletions
diff --git a/data/Makefile.in b/data/Makefile.in
index a21707f9..999b01f6 100644
--- a/data/Makefile.in
+++ b/data/Makefile.in
@@ -1,6 +1,6 @@
-# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -136,7 +136,7 @@ maintainer-clean-recursive:
dot_seen=no; \
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
rev="$$subdir $$rev"; \
- test "$$subdir" != "." || dot_seen=yes; \
+ test "$$subdir" = "." && dot_seen=yes; \
done; \
test "$$dot_seen" = "no" && rev=". $$rev"; \
target=`echo $@ | sed s/-recursive//`; \
diff --git a/data/styles/Makefile.in b/data/styles/Makefile.in
index 9aa59d62..c6ac1e4e 100644
--- a/data/styles/Makefile.in
+++ b/data/styles/Makefile.in
@@ -1,6 +1,6 @@
-# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
-# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.