X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=data%2FMakefile.in;h=d3013dac988f5d6545dafad56fee2c9e2a71a145;hb=713c93d6ea22827a1b8c5b24dc106e67f992707b;hp=a21707f96df57623e4a8733b6ac931aa1de4164f;hpb=f994c778d8e307d99884e8554a361dd4ddb0e106;p=chaz%2Fopenbox diff --git a/data/Makefile.in b/data/Makefile.in index a21707f9..d3013dac 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -64,16 +64,12 @@ CLOBBER = @CLOBBER@ CXX = @CXX@ DEBUG = @DEBUG@ INTERLACE = @INTERLACE@ -MAINT = @MAINT@ -MAKEINFO = @MAKEINFO@ NEWWMSPEC = @NEWWMSPEC@ NLS = @NLS@ ORDEREDPSEUDO = @ORDEREDPSEUDO@ -PACKAGE = @PACKAGE@ SHAPE = @SHAPE@ SLIT = @SLIT@ TIMEDCACHE = @TIMEDCACHE@ -VERSION = @VERSION@ gencat_cmd = @gencat_cmd@ regex_cmd = @regex_cmd@ @@ -86,6 +82,9 @@ CONFIG_CLEAN_FILES = DIST_COMMON = README Makefile.am Makefile.in +PACKAGE = @PACKAGE@ +VERSION = @VERSION@ + DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar @@ -136,7 +135,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" != "." || dot_seen=yes; \ + test "$$subdir" = "." && dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \