Skip to content

Commit

Permalink
Clean up generated files in libpcap on make clean. Fixes nmap#1435
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jan 24, 2019
1 parent c3eb07a commit d3eb07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ distclean-nsock distclean-nbase @NDIFF_DIST_CLEAN@ clean debugclean
stamp-h.in config.cache config.log config.status

clean-pcap:
-cd $(LIBPCAPDIR) && $(MAKE) clean
-cd $(LIBPCAPDIR) && $(MAKE) clean && rm -f version.c pcap_version.h

clean-libssh2:
-cd $(LIBSSH2DIR)/src && $(MAKE) prefix="" DESTDIR=$(NDIR)/$(LIBSSH2DIR) uninstall-libLTLIBRARIES
Expand Down

0 comments on commit d3eb07c

Please sign in to comment.