Ignore:
Timestamp:
1999-09-10T16:52:38+12:00 (25 years ago)
Author:
cs025
Message:

Fixed problem with dependencies - make objected to -lstdc++ in dependency
list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/txt2db/Makefile.in

    r577 r579  
    3434INCLUDES = -I../../lib
    3535LDFLAGS = -lgdbm @LDFLAGS@
     36DPLIBS = ../../lib/gsdllib.a ../../packages/mg/lib/unitool.o
    3637LIBS = ../../lib/gsdllib.a ../../packages/mg/lib/unitool.o -lstdc++
    3738GSDLOS = @gsdlos@
     
    7576TXT2DB_OBJS = txt2db.o
    7677
    77 txt2db: $(TXT2DB_OBJS) $(LIBS)
     78txt2db: $(TXT2DB_OBJS) $(DPLIBS)
    7879    $(LINK) $(TXT2DB_OBJS) $(LIBS)
     80
     81
     82
     83
     84
     85
Note: See TracChangeset for help on using the changeset viewer.