rsynd-2.5.1 Makefile

Terry Raggett syr at ecmwf.int
Mon Jan 14 22:42:26 EST 2002


Make fails with "make: fatal error: line 65: Syntax error." when building on a
Fujitsu VPP system (system_V). Make doesn't like the continuation to a blank
line for LIBOBJ.

Distribution version:

LIBOBJ=lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o \
        lib/permstring.o \

ZLIBOBJ=zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o \
        zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o \
        zlib/zutil.o zlib/adler32.o

Corrected version:

LIBOBJ=lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o \
        lib/permstring.o
ZLIBOBJ=zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o \
        zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o \
        zlib/zutil.o zlib/adler32.o


Terry
-----

-- 

+-------------------+----------------------------------+---------------------+
| Terry Raggett     |                                  |      /~~\  /~~\     |
| ECMWF             | e-mail: terry.raggett at ecmwf.int  |     /    \/    \    |
| Shinfield Park    | Tel:    (+44 118) 949 9358       |   ECMWF       ECMWF |
| Reading           | Fax:    (+44 118) 986 9450       |   ECMWF       ECMWF |
| Berkshire RG2 9AX | Telex:  (+44 118) 984 7908       |     \    /\    /    |
| England           |                                  |      \__/  \__/     |
+-------------------+----------------------------------+---------------------+
|     ECMWF is the European Centre for Medium-Range Weather Forecasts        |
+----------------------------------------------------------------------------+




More information about the rsync mailing list