Changeset 65345
- Timestamp:
- May 31, 2015, 7:19:04 PM (9 years ago)
- Location:
- grass/trunk/lib/python/script
- Files:
-
- 1 edited
- 1 moved
-
Makefile (modified) (1 diff)
-
setup.py (moved) (moved from grass/trunk/lib/python/script/setup.py.sed )
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/lib/python/script/Makefile
r62097 r65345 19 19 $(INSTALL_DATA) $< $@ 20 20 21 $(DSTDIR)/setup.py: $(OBJDIR)/setup.py | $(DSTDIR) 21 EXTRA_CLEAN_FILES = setup.tmp.py 22 23 $(DSTDIR)/setup.py: setup.tmp.py | $(DSTDIR) 22 24 $(INSTALL_DATA) $< $@ 23 25 24 $(OBJDIR)/setup.py: setup.py.sed | $(OBJDIR) 26 setup.tmp.py: setup.py 25 27 sed \ 26 28 -e 's#@LD_LIBRARY_PATH_VAR@#$(LD_LIBRARY_PATH_VAR)#' \
Note:
See TracChangeset
for help on using the changeset viewer.
