Ignore:
Timestamp:
1999-09-10T09:54:03+12:00 (25 years ago)
Author:
sjboddie
Message:

fixed an error that only seems to show up on nikau

File:
1 edited

Legend:

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

    r558 r571  
    3434INCLUDES = -I../../lib
    3535LDFLAGS = @LDFLAGS@
    36 LIBS = ../../lib/gsdllib.a ../../packages/mg/lib/unitool.o -lstdc++ -lgdbm
     36LIBS = ../../lib/gsdllib.a ../../packages/mg/lib/unitool.o -lstdc++#-lgdbm
    3737GSDLOS = @gsdlos@
    3838
     
    7676
    7777txt2db: $(TXT2DB_OBJS) $(LIBS)
    78     $(LINK) $(TXT2DB_OBJS) $(LIBS)
     78    $(LINK) $(TXT2DB_OBJS) $(LIBS) -gdbm
Note: See TracChangeset for help on using the changeset viewer.