Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/bsd/am-utils



Module Name:    src
Committed By:   plunky
Date:           Mon Feb  8 07:56:39 UTC 2010

Modified Files:
        src/external/bsd/am-utils/bin/amd: Makefile
        src/external/bsd/am-utils/bin/amq: Makefile
        src/external/bsd/am-utils/bin/pawd: Makefile
        src/external/bsd/am-utils/lib/libamu: Makefile

Log Message:
use

.if defined(HAVE_GCC) && ${HAVE_GCC} == 4

rather than

.if ${HAVE_GCC} == 4

as HAVE_GCC may be undefined


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/am-utils/bin/amd/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/am-utils/bin/amq/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/am-utils/bin/pawd/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/am-utils/lib/libamu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index