Update of /cvsroot/libfunutil/libfunutil/tests/funUtil
In directory sc8-pr-cvs1:/tmp/cvs-serv26924
Modified Files:
Makefile
Log Message:
removed a way-obsolete comment line.
Index: Makefile
===================================================================
RCS file: /cvsroot/libfunutil/libfunutil/tests/funUtil/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile 31 Aug 2003 00:50:26 -0000 1.22
+++ Makefile 1 Sep 2003 00:22:28 -0000 1.23
@@ -14,8 +14,6 @@
CLEAN_FILES += $(QMAKES) $(wildcard *.so *.so.*)
LDFLAGS += -lfunUtil
-BIN_PROGRAMS = testStrings
-
DIST_FILES += $(wildcard *.qmake *.cpp *.h *.xml *.c++ Makefile)
ifeq (1,$(configure_with_buildtool))
DIST_FILES += Makefile.bt
@@ -46,8 +44,8 @@
run: test-local
+
+BIN_PROGRAMS = testStrings
testStrings_bin_OBJECTS = testStrings.o
testStrings_bin_LDADD += $(LQT)
-
-# include $(toc_makesdir)/cpp_helper.make
include $(toc_makesdir)/cpp_bins.make
|