Ignore:
Timestamp:
1999-10-15T19:52:24+13:00 (25 years ago)
Author:
sjboddie
Message:

fixed up install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg/src/text/Makefile.in

    r694 r702  
    4747TOUCH = echo timestamp >
    4848AWK = @AWK@
     49GSDLOS = @gsdlos@
    4950
    5051##########################################
     
    5556
    5657 
    57 bindir = $(exec_prefix)/bin
     58bindir = ../../../../bin/$(GSDLOS)
    5859datadir = $(prefix)/share
    5960libexecdir = $(exec_prefix)/libexec
     
    309310    $(LINK) ansi2knr.o $(LIBS)
    310311
    311 install: execinstall maninstall
     312install: execinstall #maninstall
    312313uninstall: execuninstall manuninstall
    313314
    314315execinstall: $(EXEC)
    315     $(top_srcdir)/mkinstalldirs $(bindir); \
    316316    for name in $(EXEC); do \
    317317      $(INSTALL_PROGRAM) $$name \
Note: See TracChangeset for help on using the changeset viewer.