Changeset 312

Show
Ignore:
Timestamp:
08/22/09 19:54:02 (1 year ago)
Author:
solar
Message:

Added fputs().

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/stdio_rewrite/Makefile

    r309 r312  
    1414HDRFILES := $(shell find $(PROJDIRS) -mindepth 1 -maxdepth 3 -name "*.h") 
    1515# All .c files in functions/_PDCLIB that do not have a regression test driver 
    16 INTFILES := _Exit atomax digits open print remove rename seed stdinit strtox_main strtox_prelim cleanstream fflush filemode 
     16INTFILES := _Exit atomax digits open print remove rename seed stdinit strtox_main strtox_prelim cleanstream fflush filemode eol 
    1717# All object files in the library 
    1818OBJFILES := $(patsubst %.c,%.o,$(SRCFILES))