Changeset 788


Ignore:
Timestamp:
Oct 2, 2003, 3:15:32 AM (22 years ago)
Author:
bird
Message:

Search for _STD() in src/lib/bsd too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/libc.smak

    • Property cvs2svn:cvs-rev changed from 1.25 to 1.26
    r787 r788  
    248248# files for _STD() macros invocations. Fortunately, gawk rulez forever thus
    249249# this happens in just a fraction of second.
    250 $.stmp-libc-std: $(wildcard src/lib/*/*.c src/lib/*/386/*.s)
     250$.stmp-libc-std: $(wildcard src/lib/*/*.c src/lib/*/386/*.s src/lib/bsd/*/*.c)
    251251        gawk -f src/lib/mkstd.awk $^ >__tmp__
    252252        $(call UPDATE,__tmp__,$.libc-std.h)
Note: See TracChangeset for help on using the changeset viewer.