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

    r2867 r2900  
    3636LIBS = @LIBS@
    3737GSDLOS = @gsdlos@
    38 
     38INSTALL = @INSTALL@
    3939
    4040.SUFFIXES: .cpp .o
     
    5151
    5252install : $(EXEC)
    53     install -d ../../../bin/$(GSDLOS)
    54     install -m 775 -s $(EXEC) ../../../bin/$(GSDLOS)
     53    $(INSTALL) -d ../../../bin/$(GSDLOS)
     54    $(INSTALL) -m 775 -s $(EXEC) ../../../bin/$(GSDLOS)
    5555
    5656distclean:
Note: See TracChangeset for help on using the changeset viewer.