diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 9f702e0..0d73315 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -60,4 +60,4 @@ config.make: configure config.make.in sh ./configure configure: configure.ac - autoreconf + autoreconf || touch configure |