Ignore:
Timestamp:
May 18, 2009, 11:36:04 AM (16 years ago)
Author:
Paul Smedley
Message:

Apply makefile fixes for 'wmake clean' from changeset 359-361 to 1.9.x code

File:
1 edited

Legend:

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

    r333 r433  
    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.