|
From: Carlo W. <li...@us...> - 2002-01-09 01:42:32
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2002-00-09 01:42:31 UTC
Modified files:
libcwd/Makefile.am libcwd/maintMakefile.in
Log message:
Second attempt to break infinite loop.
---------------------- diff included ----------------------
Index: src/libcwd/Makefile.am
diff -u src/libcwd/Makefile.am:1.40 src/libcwd/Makefile.am:1.41
--- src/libcwd/Makefile.am:1.40 Tue Jan 8 17:37:57 2002
+++ src/libcwd/Makefile.am Tue Jan 8 17:42:21 2002
@@ -1,11 +1,10 @@
## Process this file with automake to generate Makefile.in
-.PHONY: example-project_debug.h
AUTOMAKE_OPTIONS = foreign
SUBDIRS = include utils . tests testsuite
-BUILT_SOURCES =@MAINTAINER_MODE_TRUE@ libcwd.lsm libcwd.spec example-project_debug.h
+BUILT_SOURCES =@MAINTAINER_MODE_TRUE@ libcwd.lsm libcwd.spec .example-project_debug.h-timestamp
EXTRA_DIST = LICENSE.QPL README.FreeBSD README.openbsd nodebug.h $(BUILT_SOURCES)
DISTCLEANFILES = libcwd-@VERSION@.tar.gz
Index: src/libcwd/maintMakefile.in
diff -u src/libcwd/maintMakefile.in:1.17 src/libcwd/maintMakefile.in:1.18
--- src/libcwd/maintMakefile.in:1.17 Tue Jan 8 11:16:37 2002
+++ src/libcwd/maintMakefile.in Tue Jan 8 17:42:21 2002
@@ -151,5 +151,6 @@
documentation: example-project/debug.h
$(MAKE) -C documentation
-example-project_debug.h: example-project/debug.h
+.example-project_debug.h-timestamp: example-project/debug.h
+ touch .example-project_debug.h-timestamp
----------------------- End of diff -----------------------
|