ossp-pkg/str/Makefile.in 1.45 -> 1.46
--- Makefile.in 2002/04/01 09:03:49 1.45
+++ Makefile.in 2003/01/06 19:13:47 1.46
@@ -1,9 +1,9 @@
##
## OSSP str - String Handling
-## Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>
-## Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
+## Copyright (c) 1999-2003 Ralf S. Engelschall <rse@engelschall.com>
+## Copyright (c) 1999-2003 The OSSP Project <http://www.ossp.org/>
##
-## This file is part of OSSP str, a string handling and manipulation
+## This file is part of OSSP str, a string handling and manipulation
## library which can be found at http://www.ossp.org/pkg/lib/str/.
##
## Permission to use, copy, modify, and distribute this software for
@@ -100,7 +100,7 @@
$(OBJS): Makefile
-libstr.la: $(OBJS)
+libstr.la: $(OBJS)
$(LIBTOOL) --mode=link --quiet $(CC) -o libstr.la $(OBJS) -rpath $(libdir) \
-version-info `$(SHTOOL) version -l c -d libtool str_version.c`
@@ -143,7 +143,7 @@
$(RM) str_test.o str_test
$(RM) libstr.la
$(RM) -r .libs
-
+
distclean: clean
$(RM) str-config
$(RM) config.h
|
|