Changeset 1601


Ignore:
Timestamp:
2000-10-11T17:05:17+13:00 (24 years ago)
Author:
jrm21
Message:

Modified makefile slightly due to gcc-2.95 problems: moved $LIBS to the
end of link command line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/generate/Makefile.in

    r1574 r1601  
    8484
    8585suffix : $(OBJECTS) suffix.cpp
    86     $(CC) $(DEFS) $(INCLUDES) $(CCFLAGS)  $(LIBS) -o suffix $(OBJECTS) suffix.cpp
     86    $(CC) $(DEFS) $(INCLUDES) $(CCFLAGS)  -o suffix $(OBJECTS) suffix.cpp $(LIBS)
Note: See TracChangeset for help on using the changeset viewer.