|
From: Carlo W. <li...@us...> - 2002-01-09 01:38:08
|
CVSROOT : /cvsroot/libcw
Module : src
Commit time: 2002-00-09 01:38:08 UTC
Modified files:
libcwd/Makefile.am
Log message:
Attempt to fix an infinite loop with GNU make 3.79.1.
---------------------- diff included ----------------------
Index: src/libcwd/Makefile.am
diff -u src/libcwd/Makefile.am:1.39 src/libcwd/Makefile.am:1.40
--- src/libcwd/Makefile.am:1.39 Tue Jan 8 11:16:37 2002
+++ src/libcwd/Makefile.am Tue Jan 8 17:37:57 2002
@@ -1,4 +1,5 @@
## Process this file with automake to generate Makefile.in
+.PHONY: example-project_debug.h
AUTOMAKE_OPTIONS = foreign
----------------------- End of diff -----------------------
|