diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-10-03 16:29:08 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-10-03 16:29:08 +0000 |
commit | cc608b7096d86dfd7399203d5fbf762381f32713 (patch) | |
tree | 12fdd988829e00c1c2743192f8b0d01bdd9b694b /x11-wm/afterstep-i18n | |
parent | edbc4e9c73573ad5873091926fae9a3b21263850 (diff) |
Unbroke.
``#DependSubdirs($(SUBDIRS))'' is necessity now.
Requested by: Maintainer
Submitted by: toru@tenchi.ne.jp
Notes
Notes:
svn path=/head/; revision=33374
Diffstat (limited to 'x11-wm/afterstep-i18n')
-rw-r--r-- | x11-wm/afterstep-i18n/files/patch-ae | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-wm/afterstep-i18n/files/patch-ae b/x11-wm/afterstep-i18n/files/patch-ae new file mode 100644 index 000000000000..171242761a1b --- /dev/null +++ b/x11-wm/afterstep-i18n/files/patch-ae @@ -0,0 +1,8 @@ +--- 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)) |