mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
cc608b7096
``#DependSubdirs($(SUBDIRS))'' is necessity now. Requested by: Maintainer Submitted by: toru@tenchi.ne.jp
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
--- Imakefile.orig Sun Mar 9 23:03:27 1997
|
|
+++ Imakefile Tue Sep 19 14:05:36 2000
|
|
@@ -28,4 +28,4 @@
|
|
MakeSubdirs($(SUBDIRS))
|
|
|
|
/* Doesn't work for me! */
|
|
-/* #DependSubdirs($(SUBDIRS))*/
|
|
+#DependSubdirs($(SUBDIRS))
|