Changeset 1731 in Sophya


Ignore:
Timestamp:
Nov 5, 2001, 2:06:39 PM (24 years ago)
Author:
aubourg
Message:

linuxeries

Location:
trunk/ArchTOIPipe
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/Makefile.in

    r1730 r1731  
    9090        $(AR) -cr libatkern.a $(FILES)
    9191        $(RANLIB) libatkern.a
    92         ln -f libatkern.a ../libatkern.a
     92        ln -sf kernel/libatkern.a ../libatkern.a
    9393
    9494clean:
  • trunk/ArchTOIPipe/ProcWSophya/Makefile.in

    r1730 r1731  
    8989        $(AR) -cr libatsop.a $(FILES)
    9090        $(RANLIB) libatsop.a
    91         ln -f libatsop.a ../libatsop.a
     91        ln -sf sophya/libatsop.a ../libatsop.a
    9292
    9393clean:
  • trunk/ArchTOIPipe/Processors/Makefile.in

    r1730 r1731  
    8888        $(AR) -cr libatproc.a $(FILES) 
    8989        $(RANLIB) libatproc.a
    90         ln -f libatproc.a ../libatproc.a
     90        ln -sf processors/libatproc.a ../libatproc.a
    9191
    9292clean:
Note: See TracChangeset for help on using the changeset viewer.