summaryrefslogtreecommitdiff
path: root/buildlib/makefile.in
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:57:05 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:57:05 +0000
commitb0c76450cc4a6737a17c740870e219f48d706323 (patch)
tree048db36fee6f5d413405004fbf413cb7f6a3e23c /buildlib/makefile.in
parent4ae405e914578127efbe0eedcfec6d81780bee98 (diff)
Undid config breakage
Author: jgg Date: 2001-03-05 21:11:52 GMT Undid config breakage
Diffstat (limited to 'buildlib/makefile.in')
-rw-r--r--buildlib/makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/makefile.in b/buildlib/makefile.in
index ec7cdd63a..756565f40 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..