altos: remove usbtrng support (chaoskey prototypes)
[fw/altos] / Makefile.am
index 89fdd6c9ce8e9290aa320cd489971877a5610427..602226f5e6a643eeead30d84f21b78e436f160ad 100644 (file)
@@ -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)