diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:04 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:04 +0000 |
commit | 4ae405e914578127efbe0eedcfec6d81780bee98 (patch) | |
tree | 5e6e1b6c67fcae7c5e458b65c26f8ed9de5b9cdc /buildlib/makefile.in | |
parent | 10639577016904cccab77c311e7c0b4363997504 (diff) |
JoeyH's dpkg::preconfig not working.
Author: jgg
Date: 2001-03-05 21:09:12 GMT
JoeyH's dpkg::preconfig not working.
Diffstat (limited to 'buildlib/makefile.in')
-rw-r--r-- | buildlib/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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.. |