Changeset 69d3141 in rtems


Ignore:
Timestamp:
04/18/05 16:16:28 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0383873
Parents:
680d0823
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/preinstall.am

    r680d0823 r69d3141  
    129129PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_types.h
    130130
     131$(PROJECT_INCLUDE)/net/if_var.h: net/if_var.h $(PROJECT_INCLUDE)/net/$(dirstamp)
     132        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/net/if_var.h
     133PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/if_var.h
     134
    131135$(PROJECT_INCLUDE)/net/netisr.h: net/netisr.h $(PROJECT_INCLUDE)/net/$(dirstamp)
    132136        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/net/netisr.h
Note: See TracChangeset for help on using the changeset viewer.