Ignore:
Timestamp:
2001-12-20T14:35:59+13:00 (22 years ago)
Author:
jrm21
Message:

Modified Makefile.in files to use autodetected configure's install program
instead of hard-coding "install" program. (eg solaris uses ginstall).

File:
1 edited

Legend:

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

    r2371 r2900  
    3838LIBS = ../../lib/gsdllib.a ../../packages/mg/lib/unitool.o @GDBM_LIBPATH@ -lgdbm @LIBS@
    3939GSDLOS = @gsdlos@
    40 
     40INSTALL = @INSTALL@
    4141 
    4242COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CCFLAGS)
     
    7171
    7272install: $(EXEC)
    73     install -d ../../bin/$(GSDLOS)
    74     install -m 755 -s $(EXEC) ../../bin/$(GSDLOS)
     73    $(INSTALL) -d ../../bin/$(GSDLOS)
     74    $(INSTALL) -m 755 -s $(EXEC) ../../bin/$(GSDLOS)
    7575
    7676distclean:
Note: See TracChangeset for help on using the changeset viewer.