X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Frules;h=415895d1a3868d495faa7b92f6a3b4d038062c7e;hb=cafccc79045dcbafe04d27a38ac3248b12ef03e0;hp=27fc051a0082e9666723b3320c8ed3b71de50227;hpb=5bf19bbc5825021a53a9a0ea408bc497400584d8;p=ossec-hids.git diff --git a/debian/rules b/debian/rules index 27fc051..415895d 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,14 @@ clean: # Add here commands to clean up after the build process. $(MAKE) -C $(SRCDIR) clean + # additional clean + rm -f $(SRCDIR)/Config.OS \ + $(SRCDIR)/analysisd/compiled_rules/compiled_rules.h \ + $(SRCDIR)/analysisd/ossec-logtest \ + $(SRCDIR)/isbigendian \ + $(SRCDIR)/isbigendian.c \ + rm -rf $(CURDIR)/bin + dh_clean install: build