Update of /cvsroot/cbar/cbar/misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2383
Modified Files:
makefile.all
Log Message:
Minor makefile cange
Index: makefile.all
===================================================================
RCS file: /cvsroot/cbar/cbar/misc/makefile.all,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** makefile.all 8 Feb 2004 11:34:11 -0000 1.4
--- makefile.all 16 Feb 2004 07:21:34 -0000 1.5
***************
*** 57,62 ****
EXAMPLES_SOURCE = 1_bar.c
- RUNNER_SOURCE = misc/runner.c
-
CLEAN_FILES = \
obj/*/*/*.o obj/*/*/*.obj \
--- 57,60 ----
***************
*** 166,174 ****
$(LINK_OBJ_TO_EXE)
- ifneq ($(RUNNER_DEP),)
- $(RUNNER): $(RUNNER_SOURCE)
- $(COMPILE_RUNNER)
- endif
-
chm-docs: docs/cbar.chm
--- 164,167 ----
|