Changeset 147


Ignore:
Timestamp:
May 15, 2003, 4:30:38 PM (22 years ago)
Author:
zap
Message:

Remved the ugly thousand of tabs for second line of IMPLIB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r146 r147  
    9494IMPLIBFLAGS.omf =
    9595IMPLIBFLAGS.KIND = $(foreach x, $(subst -, ,$(firstword $(subst /, ,$(subst $.,,$@)))) \
    96                                                                 $(subst -,.,$(firstword $(subst /, ,$(subst $.,,$@)))),$(IMPLIBFLAGS.$x))
     96  $(subst -,.,$(firstword $(subst /, ,$(subst $.,,$@)))),$(IMPLIBFLAGS.$x))
    9797DO.IMPLIB = $(IMPLIB) $(IMPLIBFLAGS.KIND) -o $@ $1
    9898
     
    205205        @$(call ECHO,$(SEP))
    206206
    207 all: $(TARGDIRS) $(MODULES)
     207all: $(MODULES)
    208208
    209209clean:
Note: See TracChangeset for help on using the changeset viewer.