X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=a678b8470f792e87a7bf1f453ff1a7d4dfddefd8;hp=a69c411b9b6c87288eb35624b8b372f2f28da5fe;hb=76c6d9aa7b7671681fdb7f85f68d45201c080899;hpb=8aaa9b6ef2b98a5ac710343e826d469d926371d0 diff --git a/Makefile b/Makefile index a69c411..a678b84 100644 --- a/Makefile +++ b/Makefile @@ -151,10 +151,10 @@ TO_INST_PM = OID.pm \ SimpleServer.pm \ ztest.pl -PM_TO_BLIB = SimpleServer.pm \ - $(INST_LIBDIR)/SimpleServer.pm \ - ztest.pl \ +PM_TO_BLIB = ztest.pl \ $(INST_LIBDIR)/ztest.pl \ + SimpleServer.pm \ + $(INST_LIBDIR)/SimpleServer.pm \ OID.pm \ $(INST_LIBDIR)/OID.pm @@ -491,7 +491,7 @@ realclean purge :: clean rm -rf $(INST_AUTODIR) $(INST_ARCHAUTODIR) rm -f $(INST_DYNAMIC) $(INST_BOOT) rm -f $(INST_STATIC) - rm -f $(INST_LIBDIR)/SimpleServer.pm $(INST_LIBDIR)/ztest.pl $(INST_LIBDIR)/OID.pm + rm -f $(INST_LIBDIR)/ztest.pl $(INST_LIBDIR)/SimpleServer.pm $(INST_LIBDIR)/OID.pm rm -rf Makefile Makefile.old