From aced690cd4c623607a5ac1ebc0bb12b8b213fac8 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Tue, 12 Mar 2002 18:59:15 +0000 Subject: Cleanup. --- Makefile.am | 2 ++ Makefile.in | 3 +++ conftest | Bin 6518 -> 0 bytes conftest.c | 1 - 4 files changed, 5 insertions(+), 1 deletion(-) delete mode 100755 conftest delete mode 100644 conftest.c diff --git a/Makefile.am b/Makefile.am index 64e1a183..c744d8fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,3 +3,5 @@ # SUBDIRS = include src + +DISTCLEANFILES = conftest.c conftest diff --git a/Makefile.in b/Makefile.in index e541f40d..854507ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -81,6 +81,8 @@ STRIP = @STRIP@ VERSION = @VERSION@ SUBDIRS = include src + +DISTCLEANFILES = conftest.c conftest ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = @@ -296,6 +298,7 @@ clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: mostlyclean-am: mostlyclean-tags mostlyclean-generic diff --git a/conftest b/conftest deleted file mode 100755 index 0a5bb3d5..00000000 Binary files a/conftest and /dev/null differ diff --git a/conftest.c b/conftest.c deleted file mode 100644 index cb8c7a57..00000000 --- a/conftest.c +++ /dev/null @@ -1 +0,0 @@ -static int dummy; -- cgit