OSSP CVS Repository

ossp - Check-in [5177]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5177
Date: 2005-Sep-23 16:20:46 (local)
2005-Sep-23 14:20:46 (UTC)
User:rse
Branch:
Comment: Remove bogus in Makefile.in
Tickets:
Inspections:
Files:
ossp-pkg/str/ChangeLog      1.51 -> 1.52     3 inserted, 0 deleted
ossp-pkg/str/Makefile.in      1.48 -> 1.49     2 inserted, 2 deleted

ossp-pkg/str/ChangeLog 1.51 -> 1.52

--- ChangeLog    2005/08/21 17:35:55     1.51
+++ ChangeLog    2005/09/23 14:20:46     1.52
@@ -11,6 +11,9 @@
 
  Changes between 0.9.10 and 0.9.11 (24-Jan-2004 to 21-Aug-2005):
 
+   *) Remove bogus $(S) in Makefile.in
+      [Ralf S. Engelschall <rse@engelschall.com>]
+
    *) Fix typo in str.pod
       [Ralf S. Engelschall <rse@engelschall.com>]
 


ossp-pkg/str/Makefile.in 1.48 -> 1.49

--- Makefile.in  2005/01/24 15:22:19     1.48
+++ Makefile.in  2005/09/23 14:20:46     1.49
@@ -73,7 +73,7 @@
 str_version.lo
 
 _VERSION_FILE = \
-        $(S)str_version.c
+        str_version.c
 
 _VERSION = \
         $(SHTOOL) version -lc -nStr -pstr_ $$OPT $(_VERSION_FILE);\
@@ -86,7 +86,7 @@
         D=`$(SHTOOL) version -lc -dlong $(_VERSION_FILE) |\
            sed -e 's;.*(;;' -e 's;).*;;'`; \
         $(POD2MAN) --section=$${SEC} --center="$${ONELINE}" \
-                   --release="$$D" --date="$${NAME} $$V1" $(S)$${BASENAME}.pod |\
+                   --release="$$D" --date="$${NAME} $$V1" $${BASENAME}.pod |\
         sed -e "s;STR_VERSION_STR;$$V2;" >$${BASENAME}.$${SEC}
 
 .SUFFIXES:

CVSTrac 2.0.1