--- src/Makefile.orig Thu Dec 6 06:06:55 2001 +++ src/Makefile Tue Oct 22 22:50:38 2002 @@ -11,7 +11,7 @@ INC=. BIN=../bin -CC=gcc -g -I$(INC) -Wall +CC+=$(CFLAGS) -g -I$(INC) -Wall pre-clean: @if [ -f $(BIN)/tspc.conf ]; then rm -f $(BIN)/tspc.conf; fi @@ -22,7 +22,7 @@ @echo Installing tspc mkdir -p $(install_bin) $(COPY) $(BIN)/$(TSPC) $(install_bin)/$(TSPC) - $(COPY) $(BIN)/tspc.conf $(install_bin)/tspc.conf + $(COPY) $(BIN)/tspc.conf $(install_etc)/tspc.conf @echo End of tspc installation $(BIN)/tspc.conf: