diff options
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 |