X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=python%2FMakefile-files;h=9f6a1644f28817275e4cf1ea55dbd6a645fe82cd;hb=6b72be389f99c21fb16dd9498b2aae1f426a7967;hp=cb277317d5859914ea6ee8dfb51e89d9ff0003c7;hpb=61a95befd1830137b0d817da60869f23f63d9540;p=util-vserver.git diff --git a/python/Makefile-files b/python/Makefile-files index cb27731..9f6a164 100644 --- a/python/Makefile-files +++ b/python/Makefile-files @@ -28,7 +28,8 @@ EXTRA_DIST += python/ctags-constants.awk # FIXME: Dude, this is ugly. python/_libvserver.c: $(top_builddir)/python/_libvserver-constants.c -$(top_builddir)/python/_libvserver-constants.c: lib/vserver.h +$(top_builddir)/python/_libvserver-constants.c: lib/vserver.h \ + $(top_srcdir)/python/ctags-constants.awk $(CTAGS) -x $(top_srcdir)/lib/vserver.h | \ $(AWK) -f $(top_srcdir)/python/ctags-constants.awk \ > $(top_builddir)/python/_libvserver-constants.c