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

    r2276 r2900  
    3838LIBS = @LIBS@
    3939GSDLOS = @gsdlos@
    40 
     40INSTALL = @INSTALL@
    4141 
    4242LINK = $(CXX) $(LDFLAGS) -o $@
     
    6262
    6363install: $(EXEC)
    64     install -d ../../bin/$(GSDLOS)
    65     install -m 755 -s $(EXEC) ../../bin/$(GSDLOS)
     64    $(INSTALL) -d ../../bin/$(GSDLOS)
     65    $(INSTALL) -m 755 -s $(EXEC) ../../bin/$(GSDLOS)
    6666
    6767distclean:
Note: See TracChangeset for help on using the changeset viewer.