diff options
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ endif ifndef srcdir # We are building in the source directory itself. srcdir = . -top_srcdir = $(..) +top_srcdir = $(..:%/=%) endif # Include the configure-generated file of parameters. |