This commit is contained in:
albert 2002-10-10 21:30:07 +00:00
parent 12ef8bbd67
commit 4eb95fdda8
2 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ MINORVERSION = $(shell awk '/^%define revision/ { print $$3 }' < procps.spec)
# Note: LIBVERSION may be less than $(VERSION).$(SUBVERSION).$(MINORVERSION) # Note: LIBVERSION may be less than $(VERSION).$(SUBVERSION).$(MINORVERSION)
# LIBVERSION is only set to current $(VERSION).$(SUBVERSION).$(MINORVERSION) # LIBVERSION is only set to current $(VERSION).$(SUBVERSION).$(MINORVERSION)
# when an incompatible change is made in libproc. # when an incompatible change is made in libproc.
LIBVERSION = 3.0.0 LIBVERSION = 3.0.1
ifdef MINORVERSION ifdef MINORVERSION
LIBPROCPASS = SHARED=$(SHARED) SHLIBDIR=$(SHLIBDIR) VERSION=$(VERSION) SUBVERSION=$(SUBVERSION) MINORVERSION=$(MINORVERSION) LIBVERSION=$(LIBVERSION) LIBPROCPASS = SHARED=$(SHARED) SHLIBDIR=$(SHLIBDIR) VERSION=$(VERSION) SUBVERSION=$(SUBVERSION) MINORVERSION=$(MINORVERSION) LIBVERSION=$(LIBVERSION)
else else

4
README
View File

@ -12,8 +12,8 @@ INSTALLATION
named t, v, and p to ensure the correct libproc named t, v, and p to ensure the correct libproc
is used during your testing. is used during your testing.
In case the fancy stuff gives you trouble, you may In case the fancy stuff gives you trouble, you may use
use the previous Makefile: make -f Makefile.noam the previous Makefile: "make -f Makefile.noam install"
BUG REPORTS BUG REPORTS