X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Makefile.am;h=bda875e9d5b1601964c87191c90b4ae6d55f357f;hp=4f47417eccf00c9bc5846d97a4847339ab366664;hb=e8bb5128a09c7f48f9c2a0aa2ee6bae13b4b6322;hpb=f32bb8c1091cf77037f5f3c5eb384e512d24a359 diff --git a/Makefile.am b/Makefile.am index 4f47417e..bda875e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,12 +6,6 @@ MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog -all: pdclib/Makefile -all-recursive: pdclib/Makefile - -pdclib/Makefile: - git submodule update - ChangeLog: (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || \ (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)