Ignore:
Timestamp:
Jul 21, 2008, 3:16:53 AM (17 years ago)
Author:
Brendan Oakley
Message:

Fix make clean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/watcom32.mak

    r329 r359  
    111111   @set WATCOM=$(WATCOM)
    112112   @if not exist .\$(OBJDIR) $(CREATEPATH) .\$(OBJDIR)
     113   @if not exist $(ALSA_LIB_) mkdir $(ALSA_LIB_)
    113114   @if not exist $(ALSA_LIB) mkdir $(ALSA_LIB)
     115   @if not exist $(ALSA_BIN_) mkdir $(ALSA_BIN_)
    114116   @if not exist $(ALSA_BIN) mkdir $(ALSA_BIN)
    115117
Note: See TracChangeset for help on using the changeset viewer.