diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:49 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:49 +0000 |
commit | faf4e30cb406bf35c9bb3ec7c018107ea6e01eba (patch) | |
tree | e8d3bcbae82a8c87a1aee76665aa98bb245c3aed /buildlib | |
parent | 6322370b736a892b6736b89c36b168f4de12ad6e (diff) |
Tuning
Author: jgg
Date: 1998-07-15 02:22:23 GMT
Tuning
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/makefile.in | 1 | ||||
-rw-r--r-- | buildlib/manpage.mak | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/buildlib/makefile.in b/buildlib/makefile.in index 596f33d9d..093ac204c 100644 --- a/buildlib/makefile.in +++ b/buildlib/makefile.in @@ -2,6 +2,7 @@ # This is the build directory make file, it sets the build directory # and runs the src makefile. +.SILENT: SRCDIR=@top_srcdir@ SUBDIRS:=./doc ./bin ./obj ./include/apt-pkg ./include/deity diff --git a/buildlib/manpage.mak b/buildlib/manpage.mak index d6a4ba3a5..cfa5fc1a2 100644 --- a/buildlib/manpage.mak +++ b/buildlib/manpage.mak @@ -18,7 +18,7 @@ doc: $($(LOCAL)-LIST) veryclean: veryclean/$(LOCAL) $($(LOCAL)-LIST) : $(DOC)/% : % - echo Installing man page %< to $(@D) + echo Installing man page $< to $(@D) cp $< $(@D) # Clean rule |