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/hashfile/Makefile.in

    r1802 r2900  
    3737LIBS = ../../lib/gsdllib.a
    3838GSDLOS = @gsdlos@
    39 
     39INSTALL = @INSTALL@
    4040 
    4141COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CCFLAGS)
     
    6363
    6464install: $(EXEC)
    65     install -d ../../bin/$(GSDLOS)
    66     install -m 755 -s $(EXEC) ../../bin/$(GSDLOS)
     65    $(INSTALL) -d ../../bin/$(GSDLOS)
     66    $(INSTALL) -m 755 -s $(EXEC) ../../bin/$(GSDLOS)
    6767
    6868distclean:
Note: See TracChangeset for help on using the changeset viewer.