lorikeet-heimdal: enable samba specific e_text = NULL...
[metze/heimdal/wip.git] / Makefile.am.common
index d293a48f5abc05b4abc8caa965494c59cc8f6362..7f10e71f2ef4b0ba3b771be9cff297e9a5b3771d 100644 (file)
@@ -2,13 +2,3 @@
 
 include $(top_srcdir)/cf/Makefile.am.common
 
-SUFFIXES += .x
-
-.x.c:
-       @cmp -s $< $@ 2> /dev/null || cp $< $@
-
-check-local::
-       @foo='$(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)'; \
-       for i in $$foo; do \
-       if ./$$i --help > /dev/null 2>&1; then :; \
-       else echo "*** $$i failed check ***"; fi; done