Changeset 1111 for trunk/lang/python


Ignore:
Timestamp:
Aug 13, 2008 1:33:28 PM (16 years ago)
Author:
gah
Message:

nanovis/heightmap update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/python/Makefile.in

    r1104 r1111  
    4242install:
    4343        $(PYTHON) setup.py install --prefix=$(prefix)
    44         $(MKDIR_P) $(bindir)/lang
    45         $(INSTALL) -m 555 $(envfile) $(bindir)/lang
     44        $(MKDIR_P) $(bindir)
     45        $(INSTALL) -m 555 $(envfile) $(bindir)
    4646clean:
    4747        $(PYTHON) setup.py clean
Note: See TracChangeset for help on using the changeset viewer.