6d0e01a6a1
This fixes cmdtool and shelltool terminal handling and utmpx issues under 9.0.
11 lines
336 B
Text
11 lines
336 B
Text
--- images/Imakefile.orig 2005-03-28 06:40:19.000000000 -0800
|
|
+++ images/Imakefile 2012-02-02 16:03:14.473867390 -0800
|
|
@@ -101,7 +101,7 @@
|
|
|
|
all:: $(SRCS)
|
|
|
|
-BuildIncludes($(INCLUDES_SRCS),$(IMAGE_INCDIR),/**/)
|
|
+BuildIncludes($(INCLUDES_SRCS),$(IMAGE_INCDIR),.)
|
|
|
|
install:: $(SRCS)
|
|
$(MKDIRHIER) $(DESTDIR)$(HEADER_DEST)/$(IMAGEINC)
|