diff options
author | jbj <devnull@localhost> | 1998-12-05 19:38:29 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-12-05 19:38:29 +0000 |
commit | 3fae42117d1489d64f6b5d4d90473b3a059f8fcb (patch) | |
tree | f1556ede3fcfc856b8b0bf9950c759e487cc48be /tests | |
parent | c36ca7c15b13dd2221007150b726886232e88a87 (diff) | |
download | librpm-tizen-3fae42117d1489d64f6b5d4d90473b3a059f8fcb.tar.gz librpm-tizen-3fae42117d1489d64f6b5d4d90473b3a059f8fcb.tar.bz2 librpm-tizen-3fae42117d1489d64f6b5d4d90473b3a059f8fcb.zip |
display "..?....." rather than "..5....." for unreadable files.
run time (rather than compile time) host endian check.
CVS patchset: 2589
CVS date: 1998/12/05 19:38:29
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hello-test/Makefile.in | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/tests/hello-test/Makefile.in b/tests/hello-test/Makefile.in index 499ce6ad4..619f49fb6 100644 --- a/tests/hello-test/Makefile.in +++ b/tests/hello-test/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.3 from Makefile.am +# Makefile.in generated automatically by automake 1.3b from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -32,7 +32,7 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DISTDIR = +DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -143,7 +143,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP = --best all: Makefile $(SCRIPTS) @@ -203,7 +203,7 @@ check-TESTS: $(TESTS) info: dvi: check: all - $(MAKE) check-TESTS + $(MAKE) $(AM_MAKEFLAGS) check-TESTS installcheck: install-exec: @$(NORMAL_INSTALL) @@ -217,24 +217,19 @@ install: install-exec install-data all uninstall: install-strip: - $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install installdirs: mostlyclean-generic: - -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: - -rm -f Makefile $(DISTCLEANFILES) + -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) mostlyclean: mostlyclean-generic clean: clean-generic mostlyclean |