16 lines
439 B
Text
16 lines
439 B
Text
$NetBSD: patch-ac,v 1.3 2001/12/20 09:19:54 tron Exp $
|
|
|
|
--- images/Imakefile.orig Tue Jun 29 07:18:41 1993
|
|
+++ images/Imakefile Thu Dec 20 10:09:16 2001
|
|
@@ -99,9 +99,9 @@
|
|
|
|
ALLFILES = $(BITMAPS) $(ICONS) $(PIXRECTS) $(CURSORS) $(IMAGES)
|
|
|
|
-all: $(SRCS)
|
|
+all:: $(SRCS)
|
|
|
|
-BuildIncludes($(INCLUDES_SRCS),$(IMAGE_INCDIR),/**/)
|
|
+BuildIncludes($(INCLUDES_SRCS),$(IMAGE_INCDIR),.)
|
|
|
|
install:: $(SRCS)
|
|
$(MKDIRHIER) $(HEADER_DEST)/$(IMAGEINC)
|