Ignore:
Timestamp:
May 2, 2011, 12:21:51 PM (14 years ago)
Author:
markus
Message:

removed os2ahci.def from SVN, since it's a created file; changed makefile and bldlevel.cmd accordingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/Makefile

    r93 r95  
    127127        $(CC) $(CFLAGS) $(CC_INCLUDE) $*.c
    128128
     129os2ahci.def:
     130        $(BLDLEVEL) os2ahci.def.template os2ahci.def version.h
     131
     132
    129133$(TARGET): $(OBJS) os2ahci.def Makefile
    130         $(BLDLEVEL) os2ahci.def version.h
    131134        $(LD) $(LFLAGS) $(OBJS),$(TARGET),$*.map,$(LIB_DIRS) $(LIBS),$*.def
    132135        $(MAPSYM) os2ahci
Note: See TracChangeset for help on using the changeset viewer.