X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.am;h=bda875e9d5b1601964c87191c90b4ae6d55f357f;hb=73978b749f5cacdd9b702ac76755960ad4319733;hp=4f47417eccf00c9bc5846d97a4847339ab366664;hpb=28a2db68e4806383cfaa7075d454c35cade9633a;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)