Ignore:
Timestamp:
12/01/04 11:46:18 (19 years ago)
Author:
bas
Message:

distro/Makefile.in:

  • Python knows the paths, no need for in Makefile

distro/src/pbs.py. pbs_wrap.c:

  • The newly generated files from swig, fix an error that was triggered by torque-1.1.0p4
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_swig/distro/Makefile.in

    r65 r66  
    1212
    1313install: pythonlib
    14         mkdir -p $(DESTDIR)/@pyexecdir@ $(DESTDIR)/$(BINDIR)
    15         (cd examples; for i in *py; do install $$i  $(DESTDIR)/$(BINDIR)/$${i//.py/}; done)
    16         install build/lib*/* $(DESTDIR)/@pyexecdir@
    17        
     14        #mkdir -p $(DESTDIR)/@pyexecdir@ $(DESTDIR)/$(BINDIR)
     15        #(cd examples; for i in *py; do install $$i  $(DESTDIR)/$(BINDIR)/$${i//.py/}; done)
     16        #install build/lib*/* $(DESTDIR)/@pyexecdir@
     17        #python ./setup.py install --prefix $(DESTDIR)/@pyexecdir@ ;
     18
     19        python ./setup.py install --prefix $(DESTDIR)/$(exec_prefix) ;
     20
    1821clean:
    1922        cd src; make clean     
     
    2124
    2225distclean: clean
    23 #       rm -rf Makefile
     26        rm -rf Makefile
Note: See TracChangeset for help on using the changeset viewer.