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/makefile.in | |
parent | 6322370b736a892b6736b89c36b168f4de12ad6e (diff) |
Tuning
Author: jgg
Date: 1998-07-15 02:22:23 GMT
Tuning
Diffstat (limited to 'buildlib/makefile.in')
-rw-r--r-- | buildlib/makefile.in | 1 |
1 files changed, 1 insertions, 0 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 |