887daf5c75
empty and is certainly in the source tree by error.
13 lines
539 B
Text
13 lines
539 B
Text
$NetBSD: patch-ac,v 1.1 1999/12/06 20:26:19 bouyer Exp $
|
|
|
|
--- kasteroids/sprites/Makefile.in.old Mon Dec 6 12:38:26 1999
|
|
+++ kasteroids/sprites/Makefile.in Mon Dec 6 12:38:58 1999
|
|
@@ -169,7 +169,7 @@
|
|
#distclean: clean
|
|
# rm -f Makefile
|
|
|
|
-FILES = `cd $(srcdir) && find . \( -name "*.ppm" -o -name "*.pbm" \) -print`
|
|
+FILES = `cd $(srcdir) && find . \( -name "?*.ppm" -o -name "?*.pbm" \) -print`
|
|
spritesdir = $(kde_datadir)/kasteroids/sprites
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
|
|
CONFIG_HEADER = ../../config.h
|