Changeset 4042

Show
Ignore:
Timestamp:
04/06/06 09:21:40 (2 years ago)
Author:
morris
Message:

Use CPPFLAGS in LDFLAGS

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/Makefile.in

    r3990 r4042  
    4848PREPROCESS              = $(CC) -E $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 
    4949DEPEND                  = $(CC) -MM $(INCLUDES) 
    50 LINK                    = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ 
     50LINK                    = $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ 
    5151ARCHIVE                 = ar rcs $@ 
    5252 
  • wired/trunk/config.h.in

    r4031 r4042  
    7272/* Application version */ 
    7373#undef WD_VERSION 
    74  
    75 /* Number of bits in a file offset, on hosts where this is settable. */ 
    76 #undef _FILE_OFFSET_BITS 
    77  
    78 /* Define for large files, on AIX-style hosts. */ 
    79 #undef _LARGE_FILES