Changeset 12859
- Timestamp:
- Apr 17, 2007, 1:00:17 PM (19 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
Makefile.in (modified) (1 diff)
-
config.tools (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/Makefile.in
r12840 r12859 20 20 # or use the script 'configure' 21 21 22 include Configure22 include Makefile.System 23 23 24 24 # .SILENT: -
trunk/Ohana/config.tools
r11888 r12859 43 43 endif 44 44 45 cat Configure | sed "s|$argv[2]|$argv[3]|" > Configure.tmp46 mv -f Configure.tmp Configure45 cat Makefile.System | sed "s|$argv[2]|$argv[3]|" > Makefile.System.tmp 46 mv -f Makefile.System.tmp Makefile.System 47 47 exit 0;
Note:
See TracChangeset
for help on using the changeset viewer.
