13 lines
555 B
Diff
13 lines
555 B
Diff
|
diff -pruN torque-2.1.6_orig/src/tools/xpbsmon/Makefile.in torque-2.1.6/src/tools/xpbsmon/Makefile.in
|
||
|
--- torque-2.1.6_orig/src/tools/xpbsmon/Makefile.in 2006-10-02 19:27:27.000000000 -0700
|
||
|
+++ torque-2.1.6/src/tools/xpbsmon/Makefile.in 2007-02-03 20:42:04.000000000 -0800
|
||
|
@@ -417,7 +417,7 @@ buildindex: $(srcdir)/buildindex.src
|
||
|
|
||
|
tclIndex: $(dist_xpbs_DATA) buildindex
|
||
|
@echo Running buildindex \(locally\)
|
||
|
- @./buildindex $(srcdir) .
|
||
|
+ ./buildindex $(srcdir) .
|
||
|
|
||
|
install-data-hook:
|
||
|
$(INSTALL_SCRIPT) buildindex $(DESTDIR)$(XPBSMON_DIR)/buildindex
|