[Commits] (morgen) Fixed missing tabs
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 30 11:40:51 PDT 2004
Commit by: morgen
Modified files:
internal/launchers/Makefile 1.5 1.6
Log message:
Fixed missing tabs
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/launchers/Makefile.diff?r1=text&tr1=1.5&r2=text&tr2=1.6
Index: internal/launchers/Makefile
diff -u internal/launchers/Makefile:1.5 internal/launchers/Makefile:1.6
--- internal/launchers/Makefile:1.5 Fri Apr 30 11:34:29 2004
+++ internal/launchers/Makefile Fri Apr 30 11:40:21 2004
@@ -23,8 +23,8 @@
LAUNCHER_FILES=
build:
- cp $(LAUNCHERS)/scripts/RunChandler.$(SNAP).$(PLATFORM) $(BUILD_ROOT)/$(SNAP)/RunChandler$(SCRIPT_EXTENTION)
- cp $(LAUNCHERS)/scripts/RunPython.$(SNAP).$(PLATFORM) $(BUILD_ROOT)/$(SNAP)/RunPython$(SCRIPT_EXTENTION)
+ cp $(LAUNCHERS)/scripts/RunChandler.$(SNAP).$(PLATFORM) $(BUILD_ROOT)/$(SNAP)/RunChandler$(SCRIPT_EXTENTION)
+ cp $(LAUNCHERS)/scripts/RunPython.$(SNAP).$(PLATFORM) $(BUILD_ROOT)/$(SNAP)/RunPython$(SCRIPT_EXTENTION)
endif
@@ -49,10 +49,10 @@
ARCHIVE: $(LAUNCHERS)/linux/
build:
- cp $(LAUNCHERS)/scripts/RunChandler.$(SNAP).$(PLATFORM) $(BUILD_ROOT)/$(SNAP)/RunChandler$(SCRIPT_EXTENTION)
- cp $(LAUNCHERS)/scripts/RunPython.$(SNAP).$(PLATFORM) $(BUILD_ROOT)/$(SNAP)/RunPython$(SCRIPT_EXTENTION)
- cd $(LAUNCHERS)/linux; \
- make
+ cp $(LAUNCHERS)/scripts/RunChandler.$(SNAP).$(PLATFORM) $(BUILD_ROOT)/$(SNAP)/RunChandler$(SCRIPT_EXTENTION)
+ cp $(LAUNCHERS)/scripts/RunPython.$(SNAP).$(PLATFORM) $(BUILD_ROOT)/$(SNAP)/RunPython$(SCRIPT_EXTENTION)
+ cd $(LAUNCHERS)/linux; \
+ make
endif
More information about the Commits
mailing list