diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:21 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:21 +0000 |
commit | 53da8d703e228f7107688aa38fe305a0ba8d91e4 (patch) | |
tree | 9709cca0fd63e5c6fc82fbfc0841a9bdc3216c26 /buildlib/makefile.in | |
parent | c7c1b0f62edbefb01efce67f64bd44397be36946 (diff) |
Fixed make woops
Author: jgg
Date: 1998-11-06 03:10:24 GMT
Fixed make woops
Diffstat (limited to 'buildlib/makefile.in')
-rw-r--r-- | buildlib/makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildlib/makefile.in b/buildlib/makefile.in index 4a12e7d9b..cf808643b 100644 --- a/buildlib/makefile.in +++ b/buildlib/makefile.in @@ -2,7 +2,9 @@ # This is the build directory make file, it sets the build directory # and runs the src makefile. +ifndef NOISY .SILENT: +endif SRCDIR=@top_srcdir@ SUBDIRS:=./docs ./bin ./bin/methods ./obj ./include/apt-pkg ./include/deity |