diff options
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.cvs b/Makefile.cvs index b7e3170..72d73e0 100644 --- a/Makefile.cvs +++ b/Makefile.cvs @@ -6,14 +6,14 @@ devel: autoheader automake autoconf - touch stamp-h.in + touch include/stamp-h.in dist: aclocal autoheader automake --include-deps autoconf - touch stamp-h.in + touch include/stamp-h.in ./configure $(MAKE) dist |