Changeset 5

Show
Ignore:
Timestamp:
03/23/07 21:10:54 (2 years ago)
Author:
takkaria
Message:

Fix a silly error in the makefile shakeup; Makefile.ibm included itself rather than Makefile.inc.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/Makefile.ibm

    r3 r5  
    1414# Objects 
    1515OBJEXT=.o 
    16 include Makefile.ibm 
     16include Makefile.inc 
    1717OBJS = $(BASEOBJS) main.o main-ibm.o 
    1818