Ignore:
Timestamp:
Jun 11, 2007, 12:50:36 AM (18 years ago)
Author:
bird
Message:

os2emx -> os2knix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/python/Makefile.pre.in

    r3399 r3402  
    409409        $(LN) -fsn Versions/Current/Resources $(PYTHONFRAMEWORKDIR)/Resources
    410410
    411 ifeq ($(MACHDEP),os2emx) # bird hack!   
     411ifneq ($(filter os2emx os2knix,$(MACHDEP)),) # bird hack!
    412412$(DLLLIBRARY) $(LDLIBRARY): $(LIBRARY_OBJS)
    413413        $(LDSHARED) -o $(DLLLIBRARY) $^ $(LIBS) $(MODLIBS) $(SYSLIBS)
Note: See TracChangeset for help on using the changeset viewer.