X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;fp=Makefile.am;h=bda875e9d5b1601964c87191c90b4ae6d55f357f;hb=670f214cf7d9b7186545e32a2880a8f51f71415c;hp=4f47417eccf00c9bc5846d97a4847339ab366664;hpb=92fa836f79b00b0c53eb087a4909b5cfce768c1e;p=fw%2Faltos 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)