From 4ae405e914578127efbe0eedcfec6d81780bee98 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:57:04 +0000 Subject: JoeyH's dpkg::preconfig not working. Author: jgg Date: 2001-03-05 21:09:12 GMT JoeyH's dpkg::preconfig not working. --- buildlib/defaults.mak | 2 +- buildlib/makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'buildlib') diff --git a/buildlib/defaults.mak b/buildlib/defaults.mak index 35a3e71de..37ee9f830 100644 --- a/buildlib/defaults.mak +++ b/buildlib/defaults.mak @@ -82,7 +82,7 @@ YODL_MANPAGE_H = $(BASE)/buildlib/yodl_manpage.mak SGML_MANPAGE_H = $(BASE)/buildlib/sgml_manpage.mak FAIL_H = $(BASE)/buildlib/fail.mak -include $(BUILD)/environment.mak +include $(wildcard $(BUILD)/environment.*mak) ifdef STATICLIBS LIBRARY_H += $(BASE)/buildlib/staticlibrary.mak diff --git a/buildlib/makefile.in b/buildlib/makefile.in index 756565f40..ec7cdd63a 100644 --- a/buildlib/makefile.in +++ b/buildlib/makefile.in @@ -21,7 +21,7 @@ all headers library clean veryclean binary program doc: .PHONY: maintainer-clean dist-clean pristine sanity distclean maintainer-clean dist-clean pristine sanity distclean: -rm -rf $(DIRS) - -rm -f config.cache config.log config.status environment.mak makefile + -rm -f config.cache config.log config.status environment.*mak makefile # Create the required directories and build the shims # The configure script fills in below, and then we do the right things.. -- cgit v1.2.3