blackh Sun Nov 30 00:01:46 2003 EDT
Modified files:
/grapevine Makefile.in
/grapevine/cpp Makefile.in
/grapevine/cpp/lib Makefile.in
/grapevine/debian init
/grapevine/fec Makefile.in
/grapevine/raisen Makefile.in
Log:
Index: grapevine/raisen/Makefile.in
diff -u grapevine/raisen/Makefile.in:1.11 grapevine/raisen/Makefile.in:1.12
--- grapevine/raisen/Makefile.in:1.11 Wed Nov 26 20:51:10 2003
+++ grapevine/raisen/Makefile.in Sun Nov 30 00:01:44 2003
@@ -1,6 +1,6 @@
-# Makefile.in generated automatically by automake 1.4-p6 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.
@@ -10,7 +10,7 @@
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
-# $Id: Makefile.in,v 1.11 2003/11/27 04:51:10 blackh Exp $
+# $Id: Makefile.in,v 1.12 2003/11/30 08:01:44 blackh Exp $
SHELL = @SHELL@
@@ -76,11 +76,8 @@
EXPATINCLUDE = @EXPATINCLUDE@
EXPATLIB = @EXPATLIB@
EXPATLIBNAME = @EXPATLIBNAME@
-HAVE_LIB = @HAVE_LIB@
HOST = @HOST@
-LIB = @LIB@
LN_S = @LN_S@
-LTLIB = @LTLIB@
MAKEINFO = @MAKEINFO@
PACKAGE = @PACKAGE@
PACKAGE_VERSION = @PACKAGE_VERSION@
@@ -153,7 +150,7 @@
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//`; \
@@ -195,7 +192,7 @@
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
- || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
mostlyclean-tags:
|