Changeset 36 for trunk/Makefile.frag

Show
Ignore:
Timestamp:
05/27/2006 10:37:10 AM (3 years ago)
Author:
moo
Message:

fix for fbsd

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.frag

    r35 r36  
    1919 
    2020$(XCACHE_PROC_H): $(XCACHE_PROC_OUT) 
    21     $(GREP) -F 'export: ' $(XCACHE_PROC_OUT) | $(SED) -r 's/.*export:(.*):export.*/\1/g' | $(XCACHE_INDENT) > $(XCACHE_PROC_H).tmp 
     21    $(GREP) -F 'export: ' $(XCACHE_PROC_OUT) | $(SED) 's/.*export:\(.*\):export.*/\1/g' | $(XCACHE_INDENT) > $(XCACHE_PROC_H).tmp 
    2222    mv -f $(XCACHE_PROC_H).tmp $(XCACHE_PROC_H) 
    2323