Changes file for /usr/local/src/kcl/./bin/makefile
Created on Thu Sep 17 22:57:01 1992
Usage \n@s[Original text\n@s|Replacement Text\n@s]
See the file rascal.ics.utexas.edu:/usr2/ftp/merge.c
for a program to merge change files.  Anything not between
"\n@s[" and  "\n@s]" is a simply a comment.
This file was constructed using emacs and  merge.el
Enhancements Copyright (c) W. Schelter All rights reserved.
   by (Bill Schelter)  wfs@carl.ma.utexas.edu 


****Change:(orig (2 2 c))
@s[DEFS	= -DUNIX
CFLAGS  = $(DEFS) -O

@s|DEFS	= -DUNIX
CFLAGS  = $(DEFS) 
CC=cc

@s]


****Change:(orig (4 4 d))
@s[


@s|

@s]


****Change:(orig (8 8 c))
@s[	cc $(CFLAGS) -o dpp dpp.c

@s|	${CC} $(CFLAGS) -o dpp dpp.c

@s]

