X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=dumper-src%2FMakefile.am;h=442c87609264261ddbfe93af88d75f7b885d8f50;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;hp=0b4b739f93624bd65a460ccad99668bc7eb810f6;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/dumper-src/Makefile.am b/dumper-src/Makefile.am index 0b4b739..442c876 100644 --- a/dumper-src/Makefile.am +++ b/dumper-src/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_builddir)/common-src \ -I$(top_srcdir)/common-src -dumper_SCRIPTS = gnutar generic-dumper +dumper_SCRIPTS = amgtar generic-dumper dumperdir = @DUMPER_DIR@ SUFFIXES = .sh .pl @@ -11,7 +11,7 @@ SUFFIXES = .sh .pl .pl: cat $< > $@ chmod a+x $@ - -test -z "$(PERL)" || $(PERL) -c $@ + -test -z "$(PERL)" || $(PERL) -c -w -W -T $@ || rm $@ .sh: cat $< > $@